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