1 2 3 4 5 6
use super::*; use std::marker::PhantomData; arbitrary_for!([T: ?Sized] PhantomData<T>, Just<Self>, (), _a => Just(PhantomData) );