1 2 3 4 5
#[derive(Debug)] pub struct CardinalError(pub String); pub type EngineError = CardinalError; pub type LegalityError = CardinalError;