pub fn parse_commission(s: &str) -> Result<Commission, ParseCommissionError>Expand description
Parse a percentage string into a Percentage type.
pub fn parse_commission(s: &str) -> Result<Commission, ParseCommissionError>Parse a percentage string into a Percentage type.