Trait rocket::route::Cloneable

source ·
pub trait Cloneable: Sealed { }
Expand description

Helper trait to make a Route’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.

Implementors§