pub struct FollowStart<T>(/* private fields */);Expand description
FollowStart wraps a Follow impl in a struct type. This can make certain programming patterns more ergonomic.
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for FollowStart<T>
impl<T: Debug> Debug for FollowStart<T>
Source§impl<T: Default> Default for FollowStart<T>
impl<T: Default> Default for FollowStart<T>
Source§fn default() -> FollowStart<T>
fn default() -> FollowStart<T>
Returns the “default value” for a type. Read more