[go: up one dir, main page]

crossterm 0.5.1

An crossplatform terminal library for manipulating terminals.
Documentation
1
2
3
4
/// This trait can be used to create an empty instance of an struct.
pub trait Empty {
    fn empty() -> Self;
}