pub trait SiteKit {
    fn get_site(url: Url) -> (Site, SiteId);
}

Required Methods§

Implementors§