[][src]Type Definition fxa_client::error::Result

type Result<T, E = Error> = Result<T, E>;

Trait Implementations

impl From<StateV1> for Result<StateV2>[src]