I\'m trying to understand how to write a trait and an impl for it for my own types that will process some input data. I\'m starting with a simple e
trait
impl