1use core::marker::PhantomData; 2 3pub struct Use<Provider, Code = ()>(pub PhantomData<(Provider, Code)>);