update_value_throwing

Function update_value_throwing 

Source
pub fn update_value_throwing<A, F, E>(a: A, fs: F) -> Result<A, E>
where F: FnOnce(&mut A) -> Result<(), E>,