pub trait StorageBackend { }
Expand description

Represents a unique backend on which actions are performed. An example would be postgres, mysql, or your own custom implementation of an API.

Implementors§

source§

impl<B> StorageBackend for Bwhere B: Backend,

Available on crate feature diesel-storage-backend only.