Searched defs:FollowStart (Results 1 – 1 of 1) sorted by relevance
45 pub struct FollowStart<T>(PhantomData<T>); struct46 impl<'a, T: Follow<'a> + 'a> FollowStart<T> { implementation56 impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T> { implementation