Docs.rs
ftui-core-0.2.1
ftui-core 0.2.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
Dicklesworthstone
Dependencies
ahash ^0.8
normal
arc-swap ^1.8.2
normal
bitflags ^2.10.0
normal
tracing ^0.1.41
normal
optional
tracing-subscriber ^0.3.20
normal
optional
unicode-display-width ^0.3.0
normal
unicode-segmentation ^1.12.0
normal
unicode-width ^0.2.2
normal
web-time ^1.1.0
normal
criterion ^0.5.1
dev
portable-pty ^0.9.0
dev
proptest ^1.7.0
dev
crossterm ^0.29.0
normal
optional
signal-hook ^0.4.3
normal
Versions
94.66%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
delay
ftui_
core
0.2.1
In ftui_
core::
animation
ftui_core
::
animation
Function
delay
Copy item path
Source
pub fn delay<A:
Animation
>(d:
Duration
, a: A) ->
Delayed
<A>
Expand description
Create a
Delayed
animation.