hypershell_components/dsl/
use.rs

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