Skip to main content

pass_options

Function pass_options 

Source
pub fn pass_options(name: &str, ext: &str, options: Vec<String>) -> Result<()>
Expand description

Pass the sequence of @options to the package $name (if $ext is ‘sty’), or class $name (if $ext is ‘cls’). Perl Package.pm: PassOptions($name, $ext, @options) Stores options to be processed when the package/class is loaded.