1 2 3 4 5 6
// pub trait TransactionExt : Transaction { // fn or_else(self, other: ) // } // impl<T: Transaction> TransactionExt for T {}