Struct avr_progmem::string::InvalidLengthError
source · pub struct InvalidLengthError;
Expand description
Indicates that static type size does not match the dynamic str length.
Trait Implementations§
source§impl Clone for InvalidLengthError
impl Clone for InvalidLengthError
source§fn clone(&self) -> InvalidLengthError
fn clone(&self) -> InvalidLengthError
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