Skip to main content

VYPER_KEYS

Constant VYPER_KEYS 

Source
const VYPER_KEYS: &[&str];
Expand description

Allowed keys for VyperConfig. Required because VyperConfig uses skip_serializing_if = "Option::is_none" on all fields, causing the default serialization to produce an empty dict.