parse_pragma

Function parse_pragma 

Source
pub fn parse_pragma(comment: &str) -> Option<Pragma>
Expand description

Parse pragma from a comment string. Returns the pragma type and any associated data.