Skip to main content

get

Function get 

Source
pub fn get(id: &str) -> Option<&'static Resource>
Expand description

Returns the resource with the given canonical id, or None.

Lookup is exact-string and case-sensitive. The omni-dev:// URI scheme must be stripped by the caller before lookup.