parse

Function parse 

Source
pub fn parse(value: &str) -> Result<CUSIP, CUSIPError>
👎Deprecated: Use CUSIP::parse instead.
Expand description

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