logo
pub trait ResourcePath {
    fn path(&self) -> &str;
}

Required methods

Implementations on Foreign Types

Implementors