pub trait RemoteSinkTrait:
Send
+ Sync
+ 'static {
const SINK_NAME: &'static str;
// Provided method
fn default_sink_decouple() -> bool { ... }
}
Required Associated Constants§
Provided Methods§
fn default_sink_decouple() -> bool
Object Safety§
This trait is not object safe.