Type Definition async_tun::result::Result[][src]

type Result<T> = Result<T, Box<dyn Error + Sync + Send>>;
Expand description

Represents an alias for standard library Result with error type of Box<dyn Error>.