Struct ipfs_api::response::PubsubLsResponse[][src]

pub struct PubsubLsResponse {
    pub strings: Vec<String>,
}

Fields

Trait Implementations

impl Debug for PubsubLsResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations