Module dabus::extras

source ·
Expand description

things that are just implementation details of the crate, but might be nice to use (on a related topic to this crate)

do not expect (much) stability guarentees from this

Re-exports

Modules

Structs

  • value must be Debug, just to make things easy

Traits

  • This trait allows downcasting dyn Trait to dyn Any, which is neccesary when using the downcast functions of Any with another trait
  • Allows for cloning types that may or may not be Clone
  • Allows getting the name of the type contained in a Box<dyn Any>