fuel_tx::field

Trait ChargeableBody

source
pub trait ChargeableBody<Body> {
    // Required methods
    fn body(&self) -> &Body;
    fn body_mut(&mut self) -> &mut Body;
    fn body_offset_end(&self) -> usize;
}

Required Methods§

source

fn body(&self) -> &Body

source

fn body_mut(&mut self) -> &mut Body

source

fn body_offset_end(&self) -> usize

Implementors§