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

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

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