pub fn parse_skill<R: Read>(input: R) -> ParseResult<Skill>
Expand description

Parse a single skill.

  • input - Input stream.