pub trait HoprDbAllOperations:
HoprDbGeneralModelOperations
+ HoprDbAccountOperations
+ HoprDbChannelOperations
+ HoprDbInfoOperations
+ HoprDbRegistryOperations
+ HoprDbTicketOperations
+ HoprDbPeersOperations
+ HoprDbResolverOperations
+ HoprDbProtocolOperations
+ HoprDbLogOperations { }
Expand description
Convenience trait that contain all HOPR DB operations crates.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.