Trait std::ops::CoerceUnsized [] [src]

pub trait CoerceUnsized<T> { }
Unstable (coerce_unsized #27732)

Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.

Implementors