Trait mentat_tolstoy::tx_processor::TxReceiver [] [src]

pub trait TxReceiver {
    fn tx<T>(&mut self, tx_id: Entid, d: &mut T) -> Result<()>
    where
        T: Iterator<Item = TxPart>
;
fn done(&mut self) -> Result<()>; }

Required Methods

Implementors