pub trait SupportedType {
    fn wrap(&self) -> Type;
}

Required Methods

Implementations on Foreign Types

Implementors