##// END OF EJS Templates
merge with stable
merge with stable

File last commit:

r45515:bacf6c7e default
r45569:df3660cc merge default
Show More
error.rs
3 lines | 96 B | application/rls-services+xml | RustLexer
Antoine Cezar
rhg: add Command trait for subcommands implemented by rhg...
r45515 /// The error type for the Command trait
#[derive(Debug, PartialEq)]
pub struct CommandError {}