Macro amplify::none[][src]

macro_rules! none {
    () => { ... };
}

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)