hypershell_components/dsl/
pipe.rs

1use core::marker::PhantomData;
2
3pub struct Pipe<Handlers>(pub PhantomData<Handlers>);