Type Definition igd::Result

source ·
pub type Result<T = ()> = Result<T, Error>;
Expand description

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