pub trait SiteKit {
    fn get_site(&self, url: Url) -> (Box<dyn Site>, Box<dyn SiteId>);
}

Required Methods§

Implementors§