Type Alias fidl_fuchsia_sys2::RealmQueryGetManifestResult
source · pub type RealmQueryGetManifestResult = Result<ClientEnd<ManifestBytesIteratorMarker>, GetDeclarationError>;
Aliased Type§
enum RealmQueryGetManifestResult {
Ok(ClientEnd<ManifestBytesIteratorMarker>),
Err(GetDeclarationError),
}
Variants§
Ok(ClientEnd<ManifestBytesIteratorMarker>)
Contains the success value
Err(GetDeclarationError)
Contains the error value