Docs.rs
rustics-1.0.3
rustics 1.0.3
Permalink
Docs.rs crate page
MIT
OR
BSD-2-Clause
OR
BSD-1-Clause
Links
Repository
crates.io
Source
Owners
jbertoni
Dependencies
Versions
62.31%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustics
1.0.3
Timer
Box
Aliased Type
In crate rustics
rustics
Type Alias
TimerBox
Copy item path
Source
pub type TimerBox =
Rc
<
RefCell
<dyn
Timer
>>;
Aliased Type
ยง
pub struct TimerBox {
/* private fields */
}