Struct curl::multi::EasyHandle
[−]
[src]
pub struct EasyHandle { /* 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.