Struct curl::multi::Easy2Handle [] [src]

pub struct Easy2Handle<H> { /* fields omitted */ }

Wrapper around an easy handle while it's owned by a multi handle.

Once an easy handle has been added to a multi handle then it can no longer be used via perform. This handle is also used to remove the easy handle from the multi handle when desired.

Methods

impl<H> Easy2Handle<H>
[src]

[src]

Acquires a reference to the underlying handler for events.

[src]

Acquires a reference to the underlying handler for events.

[src]

Same as EasyHandle::set_token

Trait Implementations

impl<H: Debug> Debug for Easy2Handle<H>
[src]

[src]

Formats the value using the given formatter.