Enum patch::PatchError
[−]
[src]
pub enum PatchError {
ParseError,
}Variants
ParseError
Trait Implementations
impl Debug for PatchError[src]
impl Display for PatchError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more