Enum oxygengine_core::ecs::error::NoError [−][src]
pub enum NoError {}Expand description
An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoErrorimpl UnwindSafe for NoErrorBlanket 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