Trait serde_yaml::value::Index  
source · pub trait Index: Sealed { }Expand description
A type that can be used to index into a serde_yaml::Value. See the get
and get_mut methods of Value.
This trait is sealed and cannot be implemented for types outside of
serde_yaml.