Function throne::update[][src]

pub fn update<F>(core: &mut Core, side_input: F) -> Result<(), Error> where
    F: SideInput
Expand description

A free function equivalent to Context::update_with_side_input if required to avoid lifetime conflicts.