[][src]Trait stelar::Extract

pub trait Extract<I>: Sized {
    type Value;
    fn extract(input: &mut I) -> Option<ValuedToken<Self, Self::Value>>;
}

Trait to extract values out of a input storage

Associated Types

type Value

Loading content...

Required methods

fn extract(input: &mut I) -> Option<ValuedToken<Self, Self::Value>>

Loading content...

Implementors

Loading content...