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

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

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