Struct tick::Tick [] [src]

pub struct Tick {
    // some fields omitted
}

Methods

impl Tick
[src]

fn new() -> Result<Tick>

fn accept(&self, raw: TcpListener) -> Stream<Pair<Vec<u8>>>

fn stream(&self, raw: TcpStream) -> Pair<Vec<u8>>

Trait Implementations

impl Drop for Tick
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more