Struct untrusted::EndOfInput[][src]

pub struct EndOfInput;

The error type used to indicate the end of the input was reached before the operation could be completed.

Trait Implementations

impl Clone for EndOfInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EndOfInput
[src]

impl Debug for EndOfInput
[src]

Formats the value using the given formatter. Read more

impl Eq for EndOfInput
[src]

impl PartialEq for EndOfInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EndOfInput

impl Sync for EndOfInput