[][src]Trait rfc::core::convert::cast::options::SafeCastOptions

pub trait SafeCastOptions: CastOptions { }
🔬 This is a nightly-only experimental API. (cast)

The super-trait of all safe casting options.

Implementations on Foreign Types

impl SafeCastOptions for ()[src]

Loading content...

Implementors

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

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

Loading content...