Module v11::any_slice[][src]

&[T]s can't be converted to &Any, because it wants to cast [T], which is impossible because [T] is unsized. And casting &&[T] is also impossible because Any: 'static.

Do not confuse this type for &[&Any] or &[Any].

Structs

AnySliceRef

A homogeneous slice of uncertain type.