Trait Resource

Source
pub(crate) trait Resource {
    // Required method
    fn identity(&self) -> String;
}
Expand description

Represents a given resource, regardless of resource type.

Required Methods§

Source

fn identity(&self) -> String

Implementors§