Type Definition libimagcontact::error::Result []

type Result<T> = Result<T, ContactError>;

Convenient wrapper around std::Result.