use ;
use crate::;
/// Event type accepted by the high-level NCP callback handler.
///
/// Implementors must translate both ordinary EZSP callbacks and complete
/// incoming APS messages produced by defragmentation. A blanket implementation
/// is provided when both conversions exist and their errors are displayable and
/// sendable.