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