Searched refs:wrap (Results 1 – 2 of 2) sorted by relevance
17 pub(crate) fn wrap(param: Box<dyn Param + Send + Sync>) -> Self { in wrap() method
676 Box::new(ParamUnrecognized::wrap(param.clone())); in handle_init()