Struct shine_store::spscstate::Sender[][src]

pub struct Sender<T>(_);

Sender part of the communication.

Methods

impl<T> Sender<T>
[src]

impl<T: Copy> Sender<T>
[src]

Trait Implementations

impl<T: Send> Send for Sender<T>
[src]

Auto Trait Implementations

impl<T> Sync for Sender<T> where
    T: Send