Trait BlobState
sn0int_std::blobs
pub trait BlobState { pub fn register_blob(&self, blob: Blob) -> String; }
pub fn register_blob(&self, blob: Blob) -> String