Type Definition fuel_block_producer::ports::DBTransaction

source ·
pub type DBTransaction<Database> = Box<dyn DatabaseTransaction<Database>>;