Trait core::marker::Unsize [] [src]

pub trait Unsize<T: ?Sized> { }
Unstable (unsize #27732)

Types that can be "unsized" to a dynamically sized type.

Implementors