Struct oxygengine_core::ecs::shred::PanicHandler [−][src]
pub struct PanicHandler;
Expand description
A setup handler that simply does nothing and thus will cause a panic on fetching.
A typedef called ReadExpect exists, so you usually don’t use this type
directly.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PanicHandlerimpl Send for PanicHandlerimpl Sync for PanicHandlerimpl Unpin for PanicHandlerimpl UnwindSafe for PanicHandlerBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more