Struct ice_core::streaming::StreamProvider [] [src]

pub struct StreamProvider {
    pub remote: Remote,
    pub tx: Sender<Result<Chunk, Error>>,
}

Fields

Methods

impl StreamProvider
[src]