pub type KeyGetKeyOriginResult = Result<KeyOrigin, Error>;

Aliased Type§

enum KeyGetKeyOriginResult {
    Ok(KeyOrigin),
    Err(Error),
}

Variants§

§1.0.0

Ok(KeyOrigin)

Contains the success value

§1.0.0

Err(Error)

Contains the error value