comparison rust/rhg/src/error.rs @ 44982:bacf6c7ef01b

rhg: add Command trait for subcommands implemented by rhg Normalizes the interface of the cli's commands Differential Revision: https://phab.mercurial-scm.org/D8611 Differential Revision: https://phab.mercurial-scm.org/D8648
author Antoine Cezar <antoine.cezar@octobus.net>
date Mon, 22 Jun 2020 15:19:35 +0530
parents
children 513b3ef277a3
comparison
equal deleted inserted replaced
44981:cf04f62d1579 44982:bacf6c7ef01b
1 /// The error type for the Command trait
2 #[derive(Debug, PartialEq)]
3 pub struct CommandError {}