Module dummy

Module dummy 

Source
Expand description

Dummy trait implementation for a sink when the feature is not enabled at compile time.

Structs§

FeatureNotEnabledCoordinator
A dummy coordinator that always returns an error.
FeatureNotEnabledLogSinker
A dummy log sinker that always returns an error.
FeatureNotEnabledSink
A dummy sink that always returns an error.

Traits§

FeatureNotEnabledSinkMarker
Implement this trait will bring a dummy impl Sink for the type which always returns an error.

Functions§

err_feature_not_enabled