opt_add

Function opt_add 

Source
pub fn opt_add<T: Add<T, Output = T>>(a: Option<T>, b: Option<T>) -> Option<T>