let mut digest = match myAlgorithm { "sha256" => Sha256::new(), ... }; However, this doesn't work because, while all the branches of the match ...
確定! 回上一頁