distant 0.20.0

Operate on a remote computer through file and process manipulation
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

use crate::options::common::Seconds;

#[derive(Clone, Debug, Default, PartialEq, Serialize, Deserialize)]
pub struct ClientApiConfig {
    pub timeout: Option<Seconds>,
}