Struct ipfs_api::response::PubsubPeersResponse [] [src]

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

Fields

Trait Implementations

impl Debug for PubsubPeersResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations