1 2 3 4 5 6 7
use depcon::*; use std::marker::PhantomData; #[derive(Injectable)] struct NonStatic<'a>(PhantomData<&'a ()>); fn main() {}