pub type BoxClient = Box<dyn Client>;
Boxed Client trait object.
pub struct BoxClient(/* private fields */);