pub trait BlobIdExt {
// Required method
fn compute(data: &[u8]) -> BlobId;
}
Expand description
Adds method to BlobId
to compute the it from blob data.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.