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

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§