Skip to main content

nice_export_standalone_with_args

Function nice_export_standalone_with_args 

Source
pub fn nice_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = String>>(
    args: Args,
) -> bool
Expand description

The same as nice_export_standalone(), but with the arguments taken from an iterator instead of using std::env::args().