flatten

Function flatten 

Source
pub fn flatten<T: FlattenIntoArgs>(v: T) -> Vec<Arg>
Expand description

Flatten: recursively expand values into argument list (trait-based, no reflection).