Trait hydra_dx_math::support::traits::CheckedAddInto
source · pub trait CheckedAddInto {
type Output;
fn checked_add_into(&self, other: &Self) -> Option<Self::Output>;
}
pub trait CheckedAddInto {
type Output;
fn checked_add_into(&self, other: &Self) -> Option<Self::Output>;
}