[][src]Trait asn1rs_model::model::sql::ToSql

pub trait ToSql {
    fn to_sql(&self) -> SqlType;
}

Required methods

fn to_sql(&self) -> SqlType

Loading content...

Implementors

impl ToSql for RustType[src]

Loading content...