Trait nt_hive2::ContainsHive

source ·
pub trait ContainsHive<B>: Dissolve<B> + BaseBlock
where Self: Sized, B: BinReaderExt,
{ // Provided method fn with_transaction_log( self, log: TransactionLog ) -> Result<HiveWithLogs<B, Self>> { ... } }

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<B> ContainsHive<B> for Hive<B, DirtyHive>
where B: BinReaderExt,

source§

impl<B, C> ContainsHive<B> for HiveWithLogs<B, C>
where B: BinReaderExt, C: ContainsHive<B>,