Trait otter::utils::EmptyType[][src]

pub trait EmptyType {
    fn diverge<T>(self) -> T;
}

Required methods

Implementors