pub trait SelectFmtWrite<Then, Else> { type Out; }
Select between two types based on FmtWrite capability.
FmtWrite