ConstBagType

Trait ConstBagType 

Source
pub trait ConstBagType {
    type ReadOutput;

    // Required method
    fn value(self) -> Self::ReadOutput;
}

Required Associated Types§

Required Methods§

Source

fn value(self) -> Self::ReadOutput

Implementors§