Struct barley_interface::Interface
source · pub struct Interface<'me> { /* private fields */ }Expand description
A simple CLI interface for the barley workflow engine.
This interface is not yet complete, but should be used instead
of the Context struct from the barley-runtime crate,
since it will require no extra modifications when stable.
Implementations§
Auto Trait Implementations§
impl<'me> !RefUnwindSafe for Interface<'me>
impl<'me> Send for Interface<'me>
impl<'me> Sync for Interface<'me>
impl<'me> Unpin for Interface<'me>
impl<'me> !UnwindSafe for Interface<'me>
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