pub const STATUS_STREAM_END: i32 = -5;Expand description
Clean end of a server-stream: the streaming next() shim has no more items
(FIDIUS-I-0026 / FIDIUS-T-0138). Distinct from STATUS_OK with out_len == 0,
which is a real zero-byte item (e.g. a unit () item).