pub trait ItemUrl {
    fn item_url(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors