pub struct HurrayReader;Expand description
Opaque handle to an async streaming reader (full implementation deferred).
A reader bridges hurray-io’s async streaming layer into the C ABI.
The async-to-sync bridging strategy (e.g., blocking executor, channel
hand-off) is deferred; this stub allows cbindgen to emit the type
declaration in the generated header.
Auto Trait Implementations§
impl Freeze for HurrayReader
impl RefUnwindSafe for HurrayReader
impl Send for HurrayReader
impl Sync for HurrayReader
impl Unpin for HurrayReader
impl UnsafeUnpin for HurrayReader
impl UnwindSafe for HurrayReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more