use crate::;
use ;
/**
Format a value into an underlying formatter.
This method will use a default format that's like Rust's `Debug`.
*/
/**
Format a value into an underlying token-aware formatter.
This method is like [`stream_to_write`], but can be used to customize the way
values are formatted through the implementation of [`TokenWrite`].
*/