pub(crate) trait Resource { // Required method fn identity(&self) -> String; }
Represents a given resource, regardless of resource type.