Type Definition oso::errors::polar::PolarResult

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