Skip to main content

tally_adoption

Function tally_adoption 

Source
fn tally_adoption(
    (adopted, skipped, unreadable): (usize, usize, usize),
    result: Result<bool>,
) -> (usize, usize, usize)