Function isin::parse

source ·
pub fn parse(value: &str) -> Result<ISIN, Error>
Expand description

Parse a string to a valid ISIN or an error message, requiring the string to already be only uppercase alphanumerics with no leading or trailing whitespace in addition to being the right length and format.