Type Definition async_ftp::types::Result[][src]

pub type Result<T> = Result<T, FtpError>;
Expand description

A shorthand for a Result whose error type is always an FtpError.