Skip to main content

ResourceIdRef

Type Alias ResourceIdRef 

Source
pub type ResourceIdRef<'a> = TaggedType<&'a str, ResourceIdTag>;
Expand description

Reference to Redfish resource identifier.

Aliased Typeยง

pub struct ResourceIdRef<'a> { /* private fields */ }