Type Definition nstd_sys::io::NSTDIOBufferResult
source · pub type NSTDIOBufferResult<'a> = NSTDResult<NSTDVec<'a>, NSTDIOError>;Available on crate feature
nstd_io only.Expand description
A result type that yields an NSTDVec on success and an I/O operation error code on failure.