Function native::io::net::read[src]
pub fn read<T>(fd: sock_t, deadline: u64, lock: || -> T, read: |bool| -> c_int) -> IoResult<uint>
pub fn read<T>(fd: sock_t, deadline: u64, lock: || -> T, read: |bool| -> c_int) -> IoResult<uint>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).