Documentation
1
2
3
4
5
6
#[derive(Debug)]
#[allow(dead_code)]
pub enum ParseError {
	FileError(String),
	UnexpectedNode(String)
}