none

Macro none 

Source
macro_rules! none {
    () => { ... };
}
Expand description

This macro allows more semantically-clear code (which can be used especially with structure initialization), indicating that instead of type value we are generating no value at all (empty collection or data structure filled with information indicating absence of data)