hypershell-components 0.1.0-alpha

Modular DSL for shellscripting in Rust
Documentation
1
2
3
use core::marker::PhantomData;

pub struct Use<Provider, Code>(pub PhantomData<(Provider, Code)>);