Enum sgf::sgf_node::SgfError [] [src]

pub enum SgfError {
    NoProperties,
    EmptyProperty,
    ParseError,
}

Variants

NoProperties
EmptyProperty
ParseError

Trait Implementations

Derived Implementations

impl Debug for SgfError

fn fmt(&self, __arg_0: &mut Formatter) -> Result