[][src]Function af_lib::fmt::surround

pub fn surround<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.