Enum sixtyfps_corelib::item_tree::ItemVisitorResult [−][src]
pub enum ItemVisitorResult<State> { Continue(State), Abort, }
Variants
Auto Trait Implementations
impl<State> RefUnwindSafe for ItemVisitorResult<State> where
State: RefUnwindSafe,
impl<State> RefUnwindSafe for ItemVisitorResult<State> where
State: RefUnwindSafe,
impl<State> Send for ItemVisitorResult<State> where
State: Send,
impl<State> Send for ItemVisitorResult<State> where
State: Send,
impl<State> Sync for ItemVisitorResult<State> where
State: Sync,
impl<State> Sync for ItemVisitorResult<State> where
State: Sync,
impl<State> Unpin for ItemVisitorResult<State> where
State: Unpin,
impl<State> Unpin for ItemVisitorResult<State> where
State: Unpin,
impl<State> UnwindSafe for ItemVisitorResult<State> where
State: UnwindSafe,
impl<State> UnwindSafe for ItemVisitorResult<State> where
State: UnwindSafe,