pub struct FiberPool { /* private fields */ }Expand description
A pool of parse fibers for parallel/concurrent parsing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FiberPool
impl RefUnwindSafe for FiberPool
impl Send for FiberPool
impl Sync for FiberPool
impl Unpin for FiberPool
impl UnsafeUnpin for FiberPool
impl UnwindSafe for FiberPool
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