Try parsing source as raw content before falling back to StyleSheet. Return true if handled.
(&self, _src: &str, _bump: &Bump, _out: &mut Vec<(Span, Self::Row)>)
| 137 | /// Try parsing source as raw content before falling back to StyleSheet. |
| 138 | /// Return true if handled. |
| 139 | fn try_content(&self, _src: &str, _bump: &Bump, _out: &mut Vec<(Span, Self::Row)>) -> bool { |
| 140 | false |
| 141 | } |
| 142 | |
| 143 | /// Parse and extract from one file. Returns Ok(rows) or Err(error_record). |
| 144 | /// `on_stylesheet` is called with the stylesheet while still in scope. |
no outgoing calls
no test coverage detected