Skip to main content

Index

Trait Index 

Source
pub trait Index: Sealed { }
Expand description

A sealed type that can index a YAML Value or Mapping.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Index for String

Source§

impl Index for str

Source§

impl Index for usize

Source§

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

Implementors§