[][src]Type Definition gli_rs::Result

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

A type alias for handling errors throughout this crate.