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