risingwave_connector::sink::trivial

Trait TrivialSinkName

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

Required Associated Constants§

source

const SINK_NAME: &'static str

Object Safety§

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