Skip to main content

arb_option_of

Function arb_option_of 

Source
pub fn arb_option_of<T>(arb_t: impl ArbGen<T> + Unpin) -> impl ArbGen<Option<T>>