Trait nostr_database::IntoNostrDatabase
source · pub trait IntoNostrDatabase { }Expand description
A type that can be type-erased into Arc<dyn NostrDatabase>.
pub trait IntoNostrDatabase { }A type that can be type-erased into Arc<dyn NostrDatabase>.