Trait TypeUrl

Source
pub trait TypeUrl {
    // Required method
    fn type_url() -> &'static str;
}

Required Methods§

Source

fn type_url() -> &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl TypeUrl for ExchangeNode

Source§

fn type_url() -> &'static str

Implementors§