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

Implementors