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