Enum specs::MergeError [] [src]

pub enum MergeError {
    NoEntity(Index),
}

The error type returned by Storage::merge.

Variants

Returned if there is no entity matching the specified offset.

Trait Implementations

impl Debug for MergeError
[src]

[src]

Formats the value using the given formatter.