pub trait Router: Any {
    fn routing(&self, location: Location);
}

Required Methods

Implementations on Foreign Types

Implementors