fn write_password(
userid_password: &Arc<Map>,
password: &str,
(adopted, unreadable): (usize, usize),
account: Result<OwnedUserId>,
) -> (usize, usize)Expand description
Writes one adopted account, tallying it against the rows that could not be read.