fuel_tx::field

Trait BlobId

source
pub trait BlobId {
    // Required methods
    fn blob_id(&self) -> &BlobId;
    fn blob_id_mut(&mut self) -> &mut BlobId;
    fn blob_id_offset_static() -> usize;

    // Provided method
    fn blob_id_offset(&self) -> usize { ... }
}

Required Methods§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§