notcurses/rust/src/time.rs
2020-12-05 18:55:10 +01:00

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;