ResourceLocation

Type Alias ResourceLocation 

Source
pub type ResourceLocation = Identifier;
👎Deprecated: renamed to identifier::Identifier.

Aliased Type§

pub struct ResourceLocation {
    pub namespace: String,
    pub path: String,
}

Fields§

§namespace: String§path: String