Type Alias fidl_fuchsia_fxfs::CryptCreateKeyWithIdResult

source ·
pub type CryptCreateKeyWithIdResult = Result<(Vec<u8>, Vec<u8>), i32>;

Aliased Type§

enum CryptCreateKeyWithIdResult {
    Ok((Vec<u8>, Vec<u8>)),
    Err(i32),
}

Variants§

§1.0.0

Ok((Vec<u8>, Vec<u8>))

Contains the success value

§1.0.0

Err(i32)

Contains the error value