Expand description
Dummy trait implementation for a sink when the feature is not enabled at compile time.
Structs§
- Feature
NotEnabled Coordinator - A dummy coordinator that always returns an error.
- Feature
NotEnabled LogSinker - A dummy log sinker that always returns an error.
- Feature
NotEnabled Sink - A dummy sink that always returns an error.
Traits§
- Feature
NotEnabled Sink Marker - Implement this trait will bring a dummy
impl Sinkfor the type which always returns an error.