[][src]Trait rfc::std::vec::VecCastOptions

pub trait VecCastOptions: TransmuteOptions + CastOptions { }
🔬 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.

Implementors

impl<Neglect: TransmuteOptions> VecCastOptions for Neglect[src]

Loading content...