Trait sc_informant::TransactionPoolAndMaybeMallogSizeOf[][src]

pub trait TransactionPoolAndMaybeMallogSizeOf: TransactionPool + MallocSizeOf { }
Expand description

Marker trait for a type that implements TransactionPool and MallocSizeOf on not(target_os = "unknown").

Implementors