airmash-protocol 0.6.2

Protocol library for airmash
Documentation
1
2
3
4
5
//! All error types for this crate.

/// Attempted to convert an enum from a value but
/// the value didn't map to any possible enum value.
pub struct EnumValueOutOfRangeError<T>(pub T);