Type Definition dfhack_remote::DFHackResult
source · [−]pub type DFHackResult<T> = Result<T, DFHackError>;Expand description
Result type emitted by DFHack API calls
pub type DFHackResult<T> = Result<T, DFHackError>;Result type emitted by DFHack API calls