[][src]Trait iml_wire_types::EndpointNameSelf

pub trait EndpointNameSelf {
    fn endpoint_name(&self) -> &'static str;
}

Required methods

fn endpoint_name(&self) -> &'static str

Loading content...

Implementors

impl<T: EndpointName> EndpointNameSelf for T[src]

Loading content...