pub trait SimpleResourceLinked<T>: Resource + PsqlType + ObjectType<T>where
T: GrpcDataObjectType,{ }
Expand description
Generic trait providing specific functions for our simple
resources
Object Safety§
This trait is not object safe.
pub trait SimpleResourceLinked<T>: Resource + PsqlType + ObjectType<T>where
T: GrpcDataObjectType,{ }
Generic trait providing specific functions for our simple
resources