pub fn symbol_marker_attr_info(
    marker_attr: &DataMarkerAttributes,
) -> Option<(Context, Length)>
Expand description

Parses a symbol 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.