Trait retina::client::State[][src]

pub trait State { }
Expand description

Marker trait for the state of a Session. This doesn’t closely match RFC 2326 A.1. In practice, we’ve found that cheap IP cameras are more restrictive than RTSP suggests. Eg, a DESCRIBE changes the connection’s state such that another one will fail, before assigning a session id. Thus Session represents something more like an RTSP connection than an RTSP session.

Implementors