Trait HandlerCode

Source
pub trait HandlerCode:
    Into<u8>
    + TryFrom<u8>
    + Debug
    + Clone { }
Expand description

A trait implemented by all types that can be used as custom handler error codes.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§