pub trait Cloneable: Sealed { }
Expand description
Helper trait to make a Catcher
’s Box<dyn Handler>
Clone
.
This trait cannot be implemented directly. Instead, implement Clone
and
Handler
; all types that implement Clone
and Handler
automatically
implement Cloneable
.