pub fn pattern_marker_attr_info_for_glue(
    marker_attr: &DataMarkerAttributes,
) -> Option<(PatternLength, GlueType)>
Expand description

Parses a pattern data marker attribute to enum values.

🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. While the serde representation of data structs is guaranteed to be stable, their Rust representation might not be. Use with caution.