Skip to main content

Resource

Trait Resource 

Source
pub trait Resource { }
Expand description

Identifies types which can be inserted and deleted. Types with this trait are most commonly used by clients of this API.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§