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

Required methods

Implementors