Type Definition polar_core::error::PolarResult[][src]

pub type PolarResult<T> = Result<T, PolarError>;