Struct inout::OutIsTooSmallError
source · pub struct OutIsTooSmallError;
Expand description
Output buffer is smaller than input buffer.
Trait Implementations§
source§impl Clone for OutIsTooSmallError
impl Clone for OutIsTooSmallError
source§fn clone(&self) -> OutIsTooSmallError
fn clone(&self) -> OutIsTooSmallError
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