hypershell_components/dsl/
file.rs

1use core::marker::PhantomData;
2
3pub struct ReadFile<Path>(pub PhantomData<Path>);
4
5pub struct WriteFile<Path>(pub PhantomData<Path>);