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