NamedInternalEvent

Trait NamedInternalEvent 

pub trait NamedInternalEvent {
    // Required method
    fn name(&self) -> &'static str;
}

Required Methods§

fn name(&self) -> &'static str

Implementations on Foreign Types§

Source§

impl<'a> NamedInternalEvent for DecoderDeserializeError<'a>

Source§

fn name(&self) -> &'static str

Source§

impl<'a> NamedInternalEvent for EncoderFramingError<'a>

Source§

fn name(&self) -> &'static str

Source§

impl<'a> NamedInternalEvent for EncoderNullConstraintError<'a>

Source§

fn name(&self) -> &'static str

Source§

impl<'a> NamedInternalEvent for EncoderSerializeError<'a>

Source§

fn name(&self) -> &'static str

Source§

impl<'a, E> NamedInternalEvent for EncoderRecordBatchError<'a, E>

Source§

fn name(&self) -> &'static str

Source§

impl<'a, E> NamedInternalEvent for EncoderWriteError<'a, E>

Source§

fn name(&self) -> &'static str

Source§

impl<E> NamedInternalEvent for DecoderFramingError<E>

Source§

fn name(&self) -> &'static str

Implementors§