Struct ipfs_api::response::RepoGcResponse [] [src]

pub struct RepoGcResponse {
    pub key: HashMap<String, String>,
    pub error: Option<String>,
}

Fields

Trait Implementations

Auto Trait Implementations