Searched refs:SkipFileIdentifier (Results 1 – 1 of 1) sorted by relevance
262 pub struct SkipFileIdentifier<T>(PhantomData<T>); struct263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> { implementation