pub fn parse_field_signature(s: &str) -> Result<'_, FieldSignature<'_>>
Expand description
Attempts to parse the given string as a field signature.
pub fn parse_field_signature(s: &str) -> Result<'_, FieldSignature<'_>>
Attempts to parse the given string as a field signature.