kvarn_async::prelude::compact_str::core::array

Struct TryFromSliceError

1.36.0 · source
pub struct TryFromSliceError(/* private fields */);
Expand description

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

Trait Implementations§

1.34.0 · source§

impl Clone for TryFromSliceError

source§

fn clone(&self) -> TryFromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)