[][src]Trait type_vec::impls::PopImpl

pub trait PopImpl<Input> {
    type Output;
    fn impl_pop(input: Input) -> Self::Output;
}

Implements dropping an element at the end of vector.

Associated Types

type Output

Loading content...

Required methods

fn impl_pop(input: Input) -> Self::Output

Loading content...

Implementations on Foreign Types

impl<Input> PopImpl<Input> for () where
    (): PopPrivate<Input, PopOp<Input>> + Pop<Input>, 
[src]

type Output = <() as PopPrivate<Input, PopOp<Input>>>::Output

Loading content...

Implementors

Loading content...