[][src]Trait sc_informant::TransactionPoolAndMaybeMallogSizeOf

pub trait TransactionPoolAndMaybeMallogSizeOf: TransactionPool + MallocSizeOf { }

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

Implementors

impl<T: TransactionPool + MallocSizeOf> TransactionPoolAndMaybeMallogSizeOf for T[src]

Loading content...