Trait Resource

Source
pub trait Resource: Entity {
    type Permissions: Permission;
}
Expand description

A resource is any Entity that also has Permissions associated

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§