pub trait AsSmaller<T> {
    fn shrink(self) -> T;
}
Expand description

Allows a type to become a type of a smaller value.

Required Methods

Implementations on Foreign Types

Implementors