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

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...