Module miri::helpers

source ·

Modules

Constants

Traits

  • A trait to work around not having trait object upcasting: Add AsAny as supertrait and your trait objects can be turned into &dyn Any on which you can then call downcast.

Functions