Type Definition polar_core::error::PolarResult

source · []
pub type PolarResult<T> = Result<T, PolarError>;