cgp_component/types/
with_provider.rs

1use core::marker::PhantomData;
2
3pub struct WithProvider<Provider>(pub PhantomData<Provider>);