[][src]Trait rfc::core::slice::SafeSliceCastOptions

pub trait SafeSliceCastOptions: SafeCastOptions + SafeTransmuteOptions + SliceCastOptions { }
🔬 This is a nightly-only experimental API. (cast)

🌟 Safe options for casting slices.

Slice casting transmutes the contents of the slice, and adjusts the slice's length as needed. All SafeTransmuteOptions are SafeSliceCastOptions.

Implementors

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

Loading content...