Function cik::parse

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

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