pub trait IntoLayer<C>where C: Clone + DeserializeOwned + Send,{ // Required method fn into_layer(self) -> AuthorizationLayer<C>; }