Trait BlobMetadata

Source
pub trait BlobMetadata {
    // Required method
    fn byte_length(&self) -> Result<u64>;
}
Expand description

Metadata Accessor for an Blob(synchronous).

Required Methods§

Implementors§