Trait android_manifest::ResourceType [−][src]
pub trait ResourceType: FromStr { fn resource_type() -> &'static str; fn new(name: &str, package: Option<String>) -> Resource<Self> { ... } }
Expand description
Trait implemented by types that can be used as resource.
Required methods
fn resource_type() -> &'static str[src]
fn resource_type() -> &'static str[src]Returns string representation of the resource_type.