pub trait LinkedResource<T>: Resource + PsqlType + ObjectType<T>{ }
Expand description

Generic trait providing specific functions for our linked resources

Object Safety§

This trait is not object safe.

Implementors§