pub struct EntryExitCompiler;Expand description
Entry/exit compiler — synthesizes transitions from hierarchical specs.
Implementations§
Source§impl EntryExitCompiler
impl EntryExitCompiler
pub fn synthesize( spec: &HierarchicalFlowSpec, ) -> Vec<HierarchicalTransitionSpec>
Auto Trait Implementations§
impl Freeze for EntryExitCompiler
impl RefUnwindSafe for EntryExitCompiler
impl Send for EntryExitCompiler
impl Sync for EntryExitCompiler
impl Unpin for EntryExitCompiler
impl UnsafeUnpin for EntryExitCompiler
impl UnwindSafe for EntryExitCompiler
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