We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://crater-reports.s3.amazonaws.com/pr-133502-1/try%23fa8e241660363f48d64b66b05eea58c93ab828fb/reg/mockall-0.13.1/log.txt
pub trait Any: 'static {} pub trait Downcast<T>: Any where T: Any, { } impl dyn Any { pub fn is<T>(&self) where T: Any, Self: Downcast<T>, { } }
Status