[][src]Trait ra_common::Router

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

Required methods

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

Loading content...

Implementors

Loading content...