pub fn send_result_owned(
sid: u64,
status: NrStatus,
data: NrOwnedBytes,
) -> NrStatusExpand description
Sends a response the host consumes without copying; the host takes ownership and calls the payload’s release exactly once.
pub fn send_result_owned(
sid: u64,
status: NrStatus,
data: NrOwnedBytes,
) -> NrStatusSends a response the host consumes without copying; the host takes ownership and calls the payload’s release exactly once.