pub trait TransactionPoolAndMaybeMallogSizeOf: TransactionPool + MallocSizeOf { }
Expand description
Marker trait for a type that implements TransactionPool
and MallocSizeOf
on not(target_os = "unknown")
.
pub trait TransactionPoolAndMaybeMallogSizeOf: TransactionPool + MallocSizeOf { }
Marker trait for a type that implements TransactionPool
and MallocSizeOf
on not(target_os = "unknown")
.