Trait DeprecationSink
pub trait DeprecationSink {
// Required method
fn emit(self, message: &str, until: Option<&str>);
}Expand description
Destination for a deprecation message when accessing a deprecated value.
pub trait DeprecationSink {
// Required method
fn emit(self, message: &str, until: Option<&str>);
}Destination for a deprecation message when accessing a deprecated value.