pub trait Store {
    type ActualStore<'c>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§