pub trait ScanArgsKw: ScanArgsKw { }
Expand description

Trait implemented for types that can be retrieved as keyword arguments by scan_args.

This trait is implemented for RHash.

() also impliments this trait as a placeholder indicating no keyword arguments are required.

Implementors§