Struct airmash_protocol::error::EntityIdOutOfRangeError[][src]

pub struct EntityIdOutOfRangeError;

Trait Implementations

impl From<TryFromIntError> for EntityIdOutOfRangeError
[src]

Performs the conversion.

Auto Trait Implementations