fidl_fuchsia_component_test

Type Alias RealmAddCollectionResult

Source
pub type RealmAddCollectionResult = Result<(), RealmBuilderError>;

Aliased Type§

enum RealmAddCollectionResult {
    Ok(()),
    Err(RealmBuilderError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RealmBuilderError)

Contains the error value