Trait nemo::peano::Pop [] [src]

pub trait Pop<N: Peano> {
    type Head: SessionType;
    type Tail: SessionType;
}

This represents the types obtained by popping N layers from a stack.

Associated Types

Implementors