pub trait MistyController<Arg, E> {
// Required method
fn call(&self, ctx: MistyControllerContext<'_>, arg: Arg) -> Result<(), E>;
}pub trait MistyController<Arg, E> {
// Required method
fn call(&self, ctx: MistyControllerContext<'_>, arg: Arg) -> Result<(), E>;
}