pub fn failed_writing<S: WriteScoped>(
server: &mut S,
stream: StreamId,
written: Vec<BufferBinding>,
error: ServerError,
)Expand description
Claim written for error without running anything: work that never
started leaves its destinations exactly as they were, so a read of one of
them has to fail on the error that stopped it.