pub struct InvariantParser;Expand description
Parser for invariant DSL.
Implementations§
Source§impl InvariantParser
impl InvariantParser
Sourcepub fn parse_invariant(input: &str) -> Result<Invariant>
pub fn parse_invariant(input: &str) -> Result<Invariant>
Parse a single invariant definition.
Auto Trait Implementations§
impl Freeze for InvariantParser
impl RefUnwindSafe for InvariantParser
impl Send for InvariantParser
impl Sync for InvariantParser
impl Unpin for InvariantParser
impl UnsafeUnpin for InvariantParser
impl UnwindSafe for InvariantParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more