Trait sn0int_std::blobs::BlobState[][src]

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

Required methods

Implementors