Function linefeed::inputrc::parse_text
[−]
[src]
pub fn parse_text<P: ?Sized>(name: &P, line: &str) -> Vec<Directive> where
P: AsRef<Path>,
Parses some text and returns contained directives.
If any errors are encountered during parsing, they are printed to stderr
.