1 2 3 4 5
//! A collection of the most used structs and traits, meant to be glob imported pub use {Termios, When}; pub use traits::{Clear, Contains, Get, Set}; pub use {control, input, local, output};
1 2 3 4 5
//! A collection of the most used structs and traits, meant to be glob imported pub use {Termios, When}; pub use traits::{Clear, Contains, Get, Set}; pub use {control, input, local, output};
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, enum,
trait, typedef (or
tdef).