Skip to main content

GrepMatch

Type Alias GrepMatch 

Source
pub type GrepMatch = (String, usize, String);
Expand description

单条匹配:(相对路径, 行号, 行内容)