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.

Implementors§