Attribute Macro deprecate_until::deprecate_until

source ·
#[deprecate_until]
Expand description

Similar to Rust deprecated attribute, with the addition of a mandatory remove attribute argument which contains a semver requirement at which the item must be definitely removed from the source code.

See the crate level documentation for a complete description.