pdns-cli 0.0.3

Rust client library and CLI for the PowerDNS Authoritative Server API
Documentation
1
2
3
4
//! defines the Result type

/// Result is the alias Result type
pub type Result<T> = std::result::Result<T, super::error::Error>;