Trait stremio_core::runtime::update::UpdateWithCtx
source · pub trait UpdateWithCtx<E: Env> {
// Required method
fn update(&mut self, msg: &Msg, ctx: &Ctx) -> Effects;
}
pub trait UpdateWithCtx<E: Env> {
// Required method
fn update(&mut self, msg: &Msg, ctx: &Ctx) -> Effects;
}