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

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

Report the value of an object.

Errors

if the object could not be written to a string.