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

Required Methods§

source

fn register_blob(&self, blob: Blob) -> String

Implementors§