1 2 3
pub trait Sealed {} // used for sealing traits pub type Client<C> = hyper::Client<C, hyper::Body>;