cgp_handler/
types.rs

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