[][src]Trait uikit_sys::NSURLConnection_NSURLConnectionQueuedLoading

pub trait NSURLConnection_NSURLConnectionQueuedLoading: Sized + Deref {
    unsafe fn sendAsynchronousRequest_queue_completionHandler_(
        request: NSURLRequest,
        queue: NSOperationQueue,
        handler: _bindgen_ty_id_151013
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn sendAsynchronousRequest_queue_completionHandler_(
    request: NSURLRequest,
    queue: NSOperationQueue,
    handler: _bindgen_ty_id_151013
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSURLConnection_NSURLConnectionQueuedLoading for NSURLConnection[src]

Loading content...