Skip to main content

MayHaveInput

Trait MayHaveInput 

Source
pub trait MayHaveInput {
    // Required method
    fn input(&self) -> Option<&[u8]>;
}
Expand description

Trait for objects that may have input data.

Required Methods§

Source

fn input(&self) -> Option<&[u8]>

Returns the input data for this object, if finalized.

Implementors§