pub trait get_impl<N> {
    // Provided method
    fn impl_(n: N) -> *mut Self { ... }
}
Expand description

| This is just a way to fix issues when the | dyn_cast<> implementation can’t automatically | downcast. |

Provided Methods§

Implementors§