Skip to main content

WidenTarget

Trait WidenTarget 

Source
pub trait WidenTarget<Target>: Sealed {
    // Required method
#[doc(hidden)]
fn internal_widen(self) -> Target; }
🔬This is a nightly-only experimental API. (num_internals)
Expand description

Trait for types that this type can be widened to

Required Methods§

Source

#[doc(hidden)]
fn internal_widen(self) -> Target

🔬This is a nightly-only experimental API. (num_internals)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§