Function term::terminfo::parser::compiled::parse[src]
pub fn parse(file: &mut Reader, longnames: bool) -> Result<Box<TermInfo>, String>
Parse a compiled terminfo entry, using long capability names if longnames is true
pub fn parse(file: &mut Reader, longnames: bool) -> Result<Box<TermInfo>, String>
Parse a compiled terminfo entry, using long capability names if longnames is true
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).