pub fn find(name: &str) -> Result<&'static dyn StoreBackend>Expand description
Look up a backend by wire name. Returns
crate::error::Error::UnknownBackend if no registered backend
matches.
pub fn find(name: &str) -> Result<&'static dyn StoreBackend>Look up a backend by wire name. Returns
crate::error::Error::UnknownBackend if no registered backend
matches.