pub trait Output: 'static + Send + Sync { // Required methods fn write(&mut self, bytes: &[u8]); fn finish(&mut self) -> Hash; }