use Unquote;
use Refmt;
/// `.refmt()` can be called on a type that implements `Deref` to a formattable value,
/// and method lookup will accept this. This only works because the `F` parameter is a parameter
/// of the `Refmt` trait rather than the `refmt()` method of it.