pub type RealmQueryGetManifestResult = Result<ClientEnd<ManifestBytesIteratorMarker>, GetDeclarationError>;

Aliased Type§

enum RealmQueryGetManifestResult {
    Ok(ClientEnd<ManifestBytesIteratorMarker>),
    Err(GetDeclarationError),
}

Variants§

§1.0.0

Ok(ClientEnd<ManifestBytesIteratorMarker>)

Contains the success value

§1.0.0

Err(GetDeclarationError)

Contains the error value