mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
7 lines
155 B
Rust
7 lines
155 B
Rust
//! `NcTime`
|
|
|
|
///
|
|
// only used for now with [`notcurses_getc_nblock`], which can't use
|
|
// libc::timespec
|
|
pub type NcTime = crate::bindings::ffi::timespec;
|