libutils-console 9.41.37

A thread-safe static mutable wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
//^
//^ HANDLE
//^

//> HANDLE -> TRAIT
#[must_use]
pub trait Handle {
    fn sync(self) -> ();
    fn ignore(self) -> ();
}