Module poplar_util::downcast

source ·
Expand description

A copy of the downcast-rs library, but that has been made no_std compatible.

Traits§

  • Supports conversion to Any. Traits to be extended by impl_downcast! must extend Downcast.
  • Extends Downcast to support Sync traits that thus support Arc downcasting as well.