pub trait AsHead<Q, A>where Q: RawState,{ // Required method fn as_head(&self) -> Head<Q, A>; }
Converts to a Head by reference.
Head