Skip to main content

BufResult

Type Alias BufResult 

pub type BufResult<T, B> = (Result<T, Error>, B);
Available on crate feature std only.
Expand description

Result of an owned-buffer IO operation: the io::Result plus the buffer handed back to the caller (ownership round-trips through the operation).