surround

Function surround 

Source
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.