[−][src]Type Definition wlroots::utils::HandleResult
type HandleResult<T> = Result<T, HandleErr>;
The result of trying to upgrade a handle, either using run or
with_handles!.
type HandleResult<T> = Result<T, HandleErr>;
The result of trying to upgrade a handle, either using run or
with_handles!.