pub trait ContainsHive<B>: Dissolve<B> + BaseBlockwhere
Self: Sized,
B: BinReaderExt,{
// Provided method
fn with_transaction_log(
self,
log: TransactionLog,
) -> Result<HiveWithLogs<B, Self>> { ... }
}
Provided Methods§
fn with_transaction_log( self, log: TransactionLog, ) -> Result<HiveWithLogs<B, Self>>
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.