pub trait Cloneable: Sealed { }
Helper trait to make a Route’s Box<dyn Handler> Clone.
Route
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.
Handler
Cloneable