Type Alias suppaftp::types::Features

source ·
pub type Features = HashMap<String, Option<String>>;
Expand description

Features returned by FEAT command (key, maybe value)

Aliased Type§

struct Features { /* private fields */ }