Type Definition ssh2_config::SshParserResult

source ·
pub type SshParserResult<T> = Result<T, SshParserError>;