Struct ipfs_api::response::DagPutResponse [] [src]

pub struct DagPutResponse {
    pub cid: String,
}

Fields

Trait Implementations

impl Debug for DagPutResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations