pub trait BytePattern { // Required method fn eval(&self, value: u8) -> u8; }
Pattern on byte.
Returns the value with current pattern applied.