pub trait Deprecatable {
// Provided method
fn deprecate(self) -> Deprecated<Self>
where Self: Sized { ... }
}pub trait Deprecatable {
// Provided method
fn deprecate(self) -> Deprecated<Self>
where Self: Sized { ... }
}