nhs_number/
parse_error.rs

1/// NHS Number Parse Error, which is for the implementation `FromStr`.
2#[derive(Debug, PartialEq, Eq)]
3pub struct ParseError;