pub trait StorageObject<Backend> { }
Expand description

An object’s representation specific to a particular backend. Often this will only be implemented once unless an object is stored in multipled different backends.

Implementors§

source§

impl<E, B> StorageObject<B> for Ewhere E: DbEntity, B: Backend,

Available on crate feature diesel-storage-backend only.