Skip to main content

find

Function find 

Source
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.