Type Definition igd_next::Result

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

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