pub trait TruncateFrom<T> {
    fn truncate_from(unbound: T) -> Self;
}
Expand description

Create an object through truncation.

Required Methods

Create an object through truncation.

Implementors