Struct oxygengine_core::ecs::error::BoxedErr [−][src]
Expand description
A boxed error implementing Debug
, Display
and Error
.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BoxedErr
impl !UnwindSafe for BoxedErr
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