pub trait IntoHead<Q, A>where Q: RawState,{ // Required method fn into_head(self) -> Head<Q, A>; }
Consumes the caller to convert it into a Head.
Head