Struct inout::NotEqualError
source · pub struct NotEqualError;
Expand description
The error returned when input and output slices have different length
and thus can not be converted to InOutBuf
.
Trait Implementations§
source§impl Clone for NotEqualError
impl Clone for NotEqualError
source§fn clone(&self) -> NotEqualError
fn clone(&self) -> NotEqualError
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