[][src]Type Definition raster::error::RasterResult

type RasterResult<T> = Result<T, RasterError>;

Type alias for Result.