Type Alias fidl_fuchsia_fxfs::CryptManagementSetActiveKeyResult
source · pub type CryptManagementSetActiveKeyResult = Result<(), i32>;
Aliased Type§
enum CryptManagementSetActiveKeyResult {
Ok(()),
Err(i32),
}