AsTail

Trait AsTail 

Source
pub trait AsTail<Q, A>
where Q: RawState,
{ // Required method fn as_tail(&self) -> Tail<Q, A>; }
Expand description

Converts a type into a Tail by reference.

Required Methods§

Source

fn as_tail(&self) -> Tail<Q, A>

Implementors§