PrevUtil

Trait PrevUtil 

Source
pub trait PrevUtil {
    type Head;
    type Tail;

    // Required methods
    fn head(self) -> Self::Head;
    fn tail(self) -> Self::Tail;
}

Required Associated Types§

Required Methods§

Source

fn head(self) -> Self::Head

Source

fn tail(self) -> Self::Tail

Implementors§