Struct sttp::Subscriber
source · pub struct Subscriber {}
Expand description
Represents an STTP data subscriber.
The Subscriber
exists as a simplified implementation of the DataSubscriber
found
in the transport module. The Subscriber
is intended to simplify common uses of
STTP data reception and maintains an internal instance of the DataSubscriber
for
subscription based functionality.
Trait Implementations§
source§impl Clone for Subscriber
impl Clone for Subscriber
source§fn clone(&self) -> Subscriber
fn clone(&self) -> Subscriber
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more