Function libnghttp2_sys::nghttp2_stream_get_previous_sibling [−][src]
pub unsafe extern "C" fn nghttp2_stream_get_previous_sibling(
stream: *mut nghttp2_stream
) -> *mut nghttp2_stream
@function
Returns the previous sibling stream of |stream| in dependency tree. Returns NULL if there is no such stream.