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

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

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