[][src]Type Definition igd::Result

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

A result type where the error is igd::Error.