cgp_component/types/
use_delegate.rs

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