pub trait BackendDatabase: Debug + Eq + PartialEq + Copy + Clone { }

Object Safety§

This trait is not object safe.

Implementors§