Crate compio_buf
source ·Expand description
Re-exports
Macros
- A helper macro to imitate the behavior of try trait
?
.
Structs
- A specialized
Result
type for operations with buffers. - An owned view into a contiguous sequence of bytes.
Traits
- Trait to get the inner buffer of an operation or a result.
- A trait for buffers.
- A mutable compio compatible buffer.
- A trait for vectored buffers.
- A trait for mutable vectored buffers.
- A helper trait for
set_len
like methods.