[][src]Trait type_record::_RecordType

pub trait _RecordType<R> where
    Self: Sized
{ type Record; pub fn get<X: Mapping>(record: &Self::Record) -> &X::To;
pub fn get_mut<X: Mapping>(record: &mut Self::Record) -> &mut X::To; }

This type exists for macro expansion. Do not use.

Associated Types

Loading content...

Required methods

pub fn get<X: Mapping>(record: &Self::Record) -> &X::To[src]

pub fn get_mut<X: Mapping>(record: &mut Self::Record) -> &mut X::To[src]

Loading content...

Implementors

Loading content...