Trait serde_yaml::mapping::Index

source ·
pub trait Index: Sealed { }
Expand description

A type that can be used to index into a serde_yaml::Mapping. See the methods get, get_mut, contains_key, and remove of Value.

This trait is sealed and cannot be implemented for types outside of serde_yaml.

Implementations on Foreign Types§

source§

impl<T> Index for &Twhere T: ?Sized + Index,

source§

impl Index for str

source§

impl Index for String

Implementors§