[][src]Trait ra_common::Router

pub trait Router {
    fn route(&self, env: Envelope) -> Option<Route>;
}

Required methods

fn route(&self, env: Envelope) -> Option<Route>

Loading content...

Implementors

Loading content...