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

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

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

Required methods

fn full_name() -> &'static str[src]

Provided methods

Implementors