gcast 0.1.5

A library for using Google Cast devices
1
2
3
4
5
6
7
8
9
//! Events that occur on Cast devices.

/// An event that occurred on a device.
#[derive(Clone, Debug)]
pub enum Event
{
    /// The status of the receiver was updated.
    StatusUpdated,
}