[][src]Trait rvstruct::ValueStruct

pub trait ValueStruct {
    type ValueType;
    fn value(&self) -> &Self::ValueType;
}

Associated Types

Loading content...

Required methods

fn value(&self) -> &Self::ValueType

Loading content...

Implementors

Loading content...