ResourcePathBuf

Type Alias ResourcePathBuf 

Source
pub type ResourcePathBuf = PathBuf;
Expand description

An owned type that is used to refer to a resource. For the non-owned variant, see ResourcePath.

Aliased Typeยง

pub struct ResourcePathBuf { /* private fields */ }