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