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

Required Methods§

Implementors§