[go: up one dir, main page]

Trait sonic_rs::index::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 &FastStr

source§

impl Index for usize

source§

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

Implementors§