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§