Trait std::marker::Unsize [] [src]

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

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

Implementors