Enum curl::easy::WriteError[][src]

pub enum WriteError {
    Pause,
    // some variants omitted
}

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

Variants

Indicates that reading should be paused until unpause is called.

Trait Implementations

impl Debug for WriteError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WriteError

impl Sync for WriteError