[][src]Type Definition tskit_rust::TskReturnValue

type TskReturnValue = Result<i32, TskitRustError>;

Handles return codes from low-level tskit functions.

When an error from the tskit C API is detected, the error message is stored for diplay.