hypershell_reqwest_components/dsl/
mod.rs

1use core::marker::PhantomData;
2
3pub struct CoreHttpRequest<Method, Url, Args>(pub PhantomData<(Method, Url, Args)>);