Trait compio_driver::op::BufResultExt
source · pub trait BufResultExt {
// Required method
fn map_advanced(self) -> Self;
}
Expand description
Trait to update the buffer length inside the BufResult
.
Required Methods§
sourcefn map_advanced(self) -> Self
fn map_advanced(self) -> Self
Call SetBufInit::set_buf_init
if the result is Ok
.
Object Safety§
This trait is not object safe.