Trait Index
trait Index: Sealed
Types that can be used to index a toml::Value
Currently this is implemented for usize to index arrays and str to index
tables.
This trait is sealed and not intended for implementation outside of the
toml crate.
Implementors
impl Index for alloc::string::Stringimpl Index for usizeimpl<T> Index for &Timpl Index for str