Skip to main content

hypershell_tokio_components/dsl/
exec.rs

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