pub struct ComplexityAnalyzer;Expand description
Workflow complexity analyzer.
Implementations§
Source§impl ComplexityAnalyzer
impl ComplexityAnalyzer
Sourcepub fn analyze(workflow: &Workflow) -> ComplexityMetrics
pub fn analyze(workflow: &Workflow) -> ComplexityMetrics
Analyze workflow complexity.
Auto Trait Implementations§
impl Freeze for ComplexityAnalyzer
impl RefUnwindSafe for ComplexityAnalyzer
impl Send for ComplexityAnalyzer
impl Sync for ComplexityAnalyzer
impl Unpin for ComplexityAnalyzer
impl UnsafeUnpin for ComplexityAnalyzer
impl UnwindSafe for ComplexityAnalyzer
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