Enum curl::easy::ReadError[][src]

pub enum ReadError {
    Abort,
    Pause,
    // some variants omitted
}

Possible error codes that can be returned from the read_function callback.

Variants

Indicates that the connection should be aborted immediately

Indicates that reading should be paused until unpause is called.

Trait Implementations

impl Debug for ReadError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReadError

impl Sync for ReadError