Get

Type Alias Get 

Source
pub type Get<T> = Take<Skip<T>>;

Aliased Typeยง

pub struct Get<T> { /* private fields */ }