Skip to main content

post_inc

Function post_inc 

Source
pub fn post_inc<T>(value: &mut T) -> T
where T: From<u8> + AddAssign + Copy,