gmsol_
store
0.5.0
Revertible
Required Methods
commit
Implementors
In gmsol_
store::
states::
market::
revertible
gmsol_store
::
states
::
market
::
revertible
Trait
Revertible
Copy item path
Source
pub trait Revertible { // Required method fn
commit
(self); }
Expand description
Revertible type.
Required Methods
§
Source
fn
commit
(self)
Commit the changes.
§
Panic
Should panic if the commitment cannot be done.
Implementors
§
Source
§
impl
Revertible
for
RevertibleLiquidityMarket
<'_, '_>
Source
§
impl
Revertible
for
RevertibleMarket
<'_, '_>
Source
§
impl
Revertible
for
RevertiblePosition
<'_, '_>
Source
§
impl
Revertible
for
SwapMarkets
<'_, '_>