auto

Macro auto 

Source
macro_rules! auto {
    ($ty: ty $(,)?) => { ... };
}
Expand description

shorthand for <_ as Auto::<T>>::auto()