serde_yml::value

Trait Index

Source
pub trait Index: Sealed { }
Expand description

A type that can be used to index into a serde_yml::Value. See the get and get_mut methods of Value.

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

Implementations on Foreign Types§

Source§

impl Index for str

Source§

impl Index for usize

Source§

impl Index for String

Source§

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

Implementors§