pub type Result<T> = Result<T, GeoError>;
Standard result type used by wbvector APIs.
wbvector
pub enum Result<T> { Ok(T), Err(GeoError), }
Contains the success value
Contains the error value