Type Definition bulk_gcd::ComputeResult

source ·
pub type ComputeResult = Result<Vec<Option<Integer>>, ComputeError>;