Struct ipfs_api::response::IpfsFile [−][src]
pub struct IpfsFile {
pub hash: String,
pub links: Vec<IpfsFileHeader>,
}Fields
hash: String
links: Vec<IpfsFileHeader>