pub struct ToyStruct { /* private fields */ }
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for ToyStruct
impl<'arbitrary> Arbitrary<'arbitrary> for ToyStruct
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given unstructured data. Read more