Enum amethyst::ecs::error::NoError[]

pub enum NoError {}

An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.

Trait Implementations

impl PartialEq<NoError> for NoError

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Error for NoError

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<NoError> for Error

Performs the conversion.

impl Display for NoError

Formats the value using the given formatter. Read more

impl Eq for NoError

impl Debug for NoError

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NoError

impl Sync for NoError