Function af_core::fmt::surround[][src]

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.