pub struct Many {
pub generator: Box<dyn Generator>,
}Expand description
Many is a Generator that will generate 0 or more values of its generator
Fields§
§generator: Box<dyn Generator>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Many
impl !RefUnwindSafe for Many
impl !Send for Many
impl !Sync for Many
impl Unpin for Many
impl !UnwindSafe for Many
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