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

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

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