pub trait AsTail<Q, A>where Q: RawState,{ // Required method fn as_tail(&self) -> Tail<Q, A>; }
Converts a type into a Tail by reference.
Tail