[][src]Trait uikit_sys::NSURLConnection_NSURLConnectionSynchronousLoading

pub trait NSURLConnection_NSURLConnectionSynchronousLoading: Sized + Deref {
    unsafe fn sendSynchronousRequest_returningResponse_error_(
        request: NSURLRequest,
        response: *mut NSURLResponse,
        error: *mut NSError
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn sendSynchronousRequest_returningResponse_error_(
    request: NSURLRequest,
    response: *mut NSURLResponse,
    error: *mut NSError
) -> NSData where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSURLConnection_NSURLConnectionSynchronousLoading for NSURLConnection[src]

Loading content...