Struct core::array::TryFromSliceError1.26.0[][src]

pub struct TryFromSliceError(_);

The error type returned when a conversion from a slice to an array fails.

Trait Implementations

impl Debug for TryFromSliceError
[src]

Formats the value using the given formatter. Read more

impl Copy for TryFromSliceError
[src]

impl Clone for TryFromSliceError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for TryFromSliceError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TryFromSliceError

impl Sync for TryFromSliceError