Type Alias NodeMap

Source
pub type NodeMap = HashMap<String, Node>;
Expand description

A HashMap<String, Node>, used only within a Node, and only in specific situations.

Aliased Type§

struct NodeMap { /* private fields */ }

Trait Implementations§

Source§

impl MpvFormat for NodeMap

Source§

const MPV_FORMAT: Format = Format::NODE_MAP

Defines the mpv_format used with mpv when transferring and requesting data.
Source§

impl MpvRecv for NodeMap

Source§

impl MpvSend for NodeMap