Trait exocore_protos::message::NamedMessage[][src]

pub trait NamedMessage {
    fn full_name() -> &'static str;

    fn protobuf_any_url() -> String { ... }
}

Required methods

Provided methods

Implementors