Function hax_frontend_exporter::comments::comments_of_file

source ยท
pub fn comments_of_file(path: PathBuf) -> Result<Vec<(Span, String)>>
Expand description

Returns a list of (spanned) comments found in file path, or an error if the file at path could not be open.