[][src]Type Definition ommui_frontend_gtk::Result

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

The result type used thoughout this crate.