pub trait ContextSetters: ContextTr {
// Required methods
fn set_tx(&mut self, tx: Self::Tx);
fn set_block(&mut self, block: Self::Block);
}
Expand description
Trait for setting the transaction and block in the context.
pub trait ContextSetters: ContextTr {
// Required methods
fn set_tx(&mut self, tx: Self::Tx);
fn set_block(&mut self, block: Self::Block);
}
Trait for setting the transaction and block in the context.