pub trait ToProtobufType {
    // Required method
    fn to_protobuf(&self) -> ProtobufType;
}

Required Methods§

Implementors§