Trait otter_api_tests::shapelib::void::ResultVoidErrExt[]

pub trait ResultVoidErrExt<E> {
    fn void_unwrap_err(self) -> E;
}
Expand description

Extensions to Result<Void, E>

Required methods

Get the error out of a wrapper.

Implementors

Get the error out of an always-err Result.

Never panics, since it is statically known to be Err.