hypershell_components/dsl/
file.rs

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