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

pub trait ToSqlModel {
    fn to_sql(&self) -> Model<Sql>;
}

Required methods

fn to_sql(&self) -> Model<Sql>

Loading content...

Implementors

impl ToSqlModel for Model<Rust>[src]

Loading content...