Struct shout::ShoutMetadata [] [src]

pub struct ShoutMetadata { /* fields omitted */ }

Struct representing a metadata dict to be used by the shout connection

Methods

impl ShoutMetadata
[src]

Adds a parameter into the metadata structure.

Trait Implementations

impl Drop for ShoutMetadata
[src]

A method called when the value goes out of scope. Read more