Function wrapped

Source
pub(crate) fn wrapped<T, V: Values>(v: T, _: V) -> Result<Safe<impl Display>>
where T: Display,