[−][src]Trait flatdata::IndexRefFactory
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]
T: for<'a> IndexStruct<'a>,