[−][src]Trait rfc::std::vec::SafeVecCastOptions
🔬 This is a nightly-only experimental API. (
cast
)🌟 Safe options for casting Vec<T>
to Vec<U>
.
Vec casting transmutes the contents of the vec. All SafeTransmuteOptions are SafeVecCastOptions.
See the here for examples.