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

Required Methods

Implementations on Foreign Types

Implementors