pub struct WorkflowCompiler;Expand description
Workflow compiler - converts workflow to graph
Implementations§
Source§impl WorkflowCompiler
impl WorkflowCompiler
Sourcepub fn compile(workflow: &WorkflowDefinition) -> Result<GraphDefinition>
pub fn compile(workflow: &WorkflowDefinition) -> Result<GraphDefinition>
Compile workflow to graph definition
Auto Trait Implementations§
impl Freeze for WorkflowCompiler
impl RefUnwindSafe for WorkflowCompiler
impl Send for WorkflowCompiler
impl Sync for WorkflowCompiler
impl Unpin for WorkflowCompiler
impl UnsafeUnpin for WorkflowCompiler
impl UnwindSafe for WorkflowCompiler
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