[][src]Type Definition async_tftp::Result

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

Type alias to Result<T, Error>.