Struct inout::IntoArrayError
source · pub struct IntoArrayError;
Expand description
The error returned when slice can not be converted into array.
Trait Implementations§
source§impl Clone for IntoArrayError
impl Clone for IntoArrayError
source§fn clone(&self) -> IntoArrayError
fn clone(&self) -> IntoArrayError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more