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

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

Associated Types

Required methods

Implementors