pub trait AutoCollection {
    // Required method
    fn auto_collection<T: CollectionIdentity>(&self) -> Collection<T>;
}
Expand description

Procedural macro collection implementation (see goldleaf_derive::collection_identity)

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AutoCollection for Database

Implementors§