pub trait BlobStatGetter {
    // Required method
    fn size_bytes(blob: &Blob) -> usize
       where Self: Sized;
}

Required Methods§

source

fn size_bytes(blob: &Blob) -> usizewhere Self: Sized,

Implementors§