pub trait WriteLossy { }
Expand description

A bound for write_lossy that allows it to be used for some types without specialization.

When the “specialization” feature is enabled, this trait is implemented for all types.

Implementations on Foreign Types§

Implementors§