[][src]Module panda::panda_arg

Helpers for getting plugin arguments from panda

Traits

GetPandaArg

A wrapper trait for getting a PANDA argument as a given type. Used internally by the PandaArgs derive macro.

PandaArgs

A trait for allowing conversion to and from PANDA command line arguments. Should only be used with the provided derive macro.