pub trait SimpleTake<T> {
    fn simple_take(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors