Struct untrusted::EndOfInput
source · pub struct EndOfInput;
Expand description
The error type used to indicate the end of the input was reached before the operation could be completed.
Trait Implementations§
source§impl Clone for EndOfInput
impl Clone for EndOfInput
source§fn clone(&self) -> EndOfInput
fn clone(&self) -> EndOfInput
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