Function parse_error_type

Source
pub fn parse_error_type(
    schema: &mut BTreeMap<String, ErrorType>,
    input: &DeriveInput,
)