Enum tg_utils::SlasherError
source · [−]pub enum SlasherError {
Std(StdError),
SlasherAlreadyRegistered(String),
SlasherNotRegistered(String),
InvalidPortion(Decimal),
}Variants
Std(StdError)
SlasherAlreadyRegistered(String)
SlasherNotRegistered(String)
InvalidPortion(Decimal)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.