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

pub trait SafeVecCastOptions: SafeCastOptions + SafeTransmuteOptions + VecCastOptions { }
🔬 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.

Implementors

impl<Neglect: SafeTransmuteOptions> SafeVecCastOptions for Neglect[src]

Loading content...