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 PanicHandler
impl Send for PanicHandler
impl Sync for PanicHandler
impl Unpin for PanicHandler
impl UnwindSafe for PanicHandler
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more