[][src]Trait type_record::_Record

pub trait _Record<X: Mapping, U, T: _RecordType<U>> {
    pub fn _get(&self) -> &X::To;
pub fn _get_mut(&mut self) -> &mut X::To; }

This type exists for macro expansion. Do not use.

Required methods

pub fn _get(&self) -> &X::To[src]

pub fn _get_mut(&mut self) -> &mut X::To[src]

Loading content...

Implementors

impl<X: Mapping, U, T: _RecordType<U>> _Record<X, U, T> for T::Record[src]

Loading content...