compio-driver 0.12.0-rc.1

Low-level driver for compio
Documentation
1
2
3
4
5
6
7
pub fn stub_error() -> std::io::Error {
    std::io::Error::other("Stub driver does not support any operations")
}

pub fn stub_unimpl() -> ! {
    unimplemented!("Stub driver does not support any operations")
}