[][src]Trait khalas::routable::Routable

pub trait Routable {
    type Route;
    fn from_url(url: &Url) -> Option<Self::Route>;
fn route(&self) -> Self::Route; }

Associated Types

type Route

Loading content...

Required methods

fn from_url(url: &Url) -> Option<Self::Route>

fn route(&self) -> Self::Route

Loading content...

Implementors

Loading content...