pub trait TypeExt: Into<Type> {
    fn generalize_lit(self) -> Type { ... }
    fn generalize_tuple(self) -> Type { ... }
}

Provided Methods

Implementors