[][src]Trait asn1rs_model::model::protobuf::ToProtobufModel

pub trait ToProtobufModel {
    fn to_protobuf(&self) -> Model<Protobuf>;
}

Required methods

fn to_protobuf(&self) -> Model<Protobuf>

Loading content...

Implementors

impl ToProtobufModel for Model<Rust>[src]

Loading content...