pub fn delete_soft<T: IntoValue>(v: &mut Annotated<T>)Expand description
Deletes this Annotated’s value, but retains it as the original
value in the metadata.
pub fn delete_soft<T: IntoValue>(v: &mut Annotated<T>)Deletes this Annotated’s value, but retains it as the original
value in the metadata.