[][src]Function libnghttp2_sys::nghttp2_stream_get_parent

pub unsafe extern "C" fn nghttp2_stream_get_parent(
    stream: *mut nghttp2_stream
) -> *mut nghttp2_stream

@function

Returns the parent stream of |stream| in dependency tree. Returns NULL if there is no such stream.