macro_rules! forward_ready {
($field:ident) => { ... };
}Expand description
An implementation of [poll_read/write_ready] that forwards readiness checks to a field.
macro_rules! forward_ready {
($field:ident) => { ... };
}An implementation of [poll_read/write_ready] that forwards readiness checks to a field.