backend: take initial backend state from backend
This commit is contained in:
parent
1a9753847a
commit
d321e888be
8 changed files with 88 additions and 71 deletions
|
|
@ -1113,6 +1113,10 @@ impl Connector for XOutput {
|
|||
true
|
||||
}
|
||||
|
||||
fn state(&self) -> BackendConnectorState {
|
||||
self.state.borrow().clone()
|
||||
}
|
||||
|
||||
fn transaction_type(&self) -> Box<dyn BackendConnectorTransactionTypeDyn> {
|
||||
Box::new(XTransactionType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue