pub type LocalBoxSigner = Box<dyn Signer>;
Boxed Signer.
struct LocalBoxSigner(/* private fields */);