pub fn surround<'a, T>(
prefix: &'a str,
value: T,
suffix: &'a str,
) -> Surrounded<'a, T>Expand description
Wraps a value so that it displays with the given prefix and suffix strings.
pub fn surround<'a, T>(
prefix: &'a str,
value: T,
suffix: &'a str,
) -> Surrounded<'a, T>Wraps a value so that it displays with the given prefix and suffix strings.