yui_core/traits/
div_round.rs

1pub trait DivRound { 
2    fn div_round(&self, rhs: &Self) -> Self;
3}