Type Definition async_tftp::Result

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

Type alias to Result<T, Error>.