fidl_fuchsia_component_sandbox

Type Alias CapabilityStoreDictionaryInsertResult

Source
pub type CapabilityStoreDictionaryInsertResult = Result<(), CapabilityStoreError>;

Aliased Type§

enum CapabilityStoreDictionaryInsertResult {
    Ok(()),
    Err(CapabilityStoreError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CapabilityStoreError)

Contains the error value