pub unsafe extern "C" fn aws_channel_fetch_local_object(
channel: *mut aws_channel,
key: *const c_void,
obj: *mut aws_event_loop_local_object
) -> c_int
Expand description
Retrieves an object by key from the event loop’s local storage.
pub unsafe extern "C" fn aws_channel_fetch_local_object(
channel: *mut aws_channel,
key: *const c_void,
obj: *mut aws_event_loop_local_object
) -> c_int
Retrieves an object by key from the event loop’s local storage.