[][src]Trait flatdata::RefFactory

pub trait RefFactory: for<'a> Struct<'a> { }

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

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

Implementors

impl<T> RefFactory for T where
    T: for<'a> Struct<'a>, 
[src]

Loading content...