1
2
3
pub trait Execute<'a> {
    fn execute(&'a mut self) -> [u8; 32];
}