Trait TrivialSinkName

Source
pub trait TrivialSinkName: Send + 'static {
    const SINK_NAME: &'static str;
}

Required Associated Constants§

Source

const SINK_NAME: &'static str

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§

Source§

impl TrivialSinkName for BlackHoleSinkName

Source§

const SINK_NAME: &'static str = BLACKHOLE_SINK

Source§

impl TrivialSinkName for TableSinkName

Source§

const SINK_NAME: &'static str = TABLE_SINK