pub trait BackendOwner<Owner> { // Required method fn on_action(&mut self, owner: Owner, action: BackendOutgoing); }