[][src]Function arctk::util::fmt::report::obj_units

pub fn obj_units<T: Display>(
    name: &str,
    obj: T,
    units: &str
) -> Result<String, Error>

Report the value of an object.

Errors

if the object could not be written.