Struct framed::channel::Channel [] [src]

pub struct Channel { /* fields omitted */ }

Entry point for the module that can construct multiple Reader and Writer endpoints using the same backing store.

Methods

impl Channel
[src]

[src]

Construct a new Channel.

[src]

Construct a new Reader for this Channel.

[src]

Construct a new Writer for this Channel.