pub trait MirroringFunc { // Required method fn mirroring(&self, ch: char) -> char; }
An object to map from code points to mirrored code points.
Given a code point, return the mirrored code point.