pub struct ContractParser;Expand description
Contract parser for step outputs
Implementations§
Source§impl ContractParser
impl ContractParser
Sourcepub fn parse(output: &str, contract: &StepContract) -> Result<ParsedOutput>
pub fn parse(output: &str, contract: &StepContract) -> Result<ParsedOutput>
Parse step output according to contract
Auto Trait Implementations§
impl Freeze for ContractParser
impl RefUnwindSafe for ContractParser
impl Send for ContractParser
impl Sync for ContractParser
impl Unpin for ContractParser
impl UnsafeUnpin for ContractParser
impl UnwindSafe for ContractParser
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