pub trait TransactionWrapperExt<T: ToString>: TransactionWrapper<T> { }

Implementors