Trait ChangePointee

Source
pub trait ChangePointee<U: PointeeSized>: BuiltinDeref {
    type Output;
}
🔬This is a nightly-only experimental API. (core_intrinsics)

Required Associated Types§

Source

type Output

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§