Skip to main content

ReplyError

Trait ReplyError 

Source
pub trait ReplyError {
    const VARIANTS: &'static [&'static Error<'static>];
}
Expand description

Trait providing description of a interface method reply error type.

Required Associated Constants§

Source

const VARIANTS: &'static [&'static Error<'static>]

The list of possible errors variants.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a> ReplyError for Error<'a>

Source§

const VARIANTS: &'static [&'static Error<'static>]