pub trait TypeInfo {
    fn type_info(&self) -> MySqlTypeInfo;
}

Required Methods

Implementations on Foreign Types

Implementors