pub fn format_boxed_primitive<'cx>(
cx: &'cx Context,
cfg: Config,
object: &'cx Object<'cx>,
) -> BoxedPrimitiveDisplay<'cx>Expand description
Formats a boxed primitive (Object) using the given configuration.
The supported boxed types are Boolean, Number, String and BigInt.