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