Trait CreatePlaylistType

Source
pub trait CreatePlaylistType {
    // Required method
    fn additional_header(&self) -> Option<(String, Value)>;
}

Required Methods§

Implementors§