[][src]Trait flatdata::IndexRefFactory

pub trait IndexRefFactory: for<'a> IndexStruct<'a> { }

Shortcut trait for IndexStructs that are able to produce references of any given lifetime

Equivalent to ```for<'a> IndexStruct<'a>'''

Implementors

impl<T> IndexRefFactory for T where
    T: for<'a> IndexStruct<'a>, 
[src]

Loading content...