1 2 3
use core::marker::PhantomData; pub struct UseInputDelegate<Components>(pub PhantomData<Components>);