Type Definition Result
fxa_client::error
type Result<T, E = Error> = Result<T, E>;
impl From<StateV1> for Result<StateV2>
fn from(state: StateV1) -> Self
Performs the conversion.