pub type FactionResult = Result<(), FactionError>;Expand description
Alias type. Result of faction methods that can fail.
Aliased Type§
enum FactionResult {
Ok(()),
Err(FactionError),
}pub type FactionResult = Result<(), FactionError>;Alias type. Result of faction methods that can fail.
enum FactionResult {
Ok(()),
Err(FactionError),
}