Trait celcat::entities::ResourceType[][src]

pub trait ResourceType: Debug + Clone + PartialEq + Serialize + for<'de> Deserialize<'de> + Sealed {
    type Id: ResourceId;
}
Expand description

A resource type.

This trait cannot be implemented outside of this crate.

Associated Types

Implementors