sonic_rs

Trait Index

Source
pub trait Index: Sealed { }
Expand description

An indexing trait for JSON.

Implementations on Foreign Types§

Source§

impl Index for &str

Source§

impl Index for &String

Source§

impl Index for usize

Source§

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

Implementors§