pub type DFHackResult<T> = Result<T, DFHackError>;
Expand description

Result type emitted by DFHack API calls