[][src]Trait meio_connect::server::actor::DirectPath

pub trait DirectPath: Default + Sized + Send + Sync + 'static {
    type Parameter;
    pub fn paths() -> &'static [&'static str];
}

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...