Trait msgpack_value::Index

source ·
pub trait Index {
    // Required method
    fn index<'a>(&self, v: &'a Value) -> &'a Value;
}

Required Methods§

source

fn index<'a>(&self, v: &'a Value) -> &'a Value

Implementations on Foreign Types§

source§

impl Index for usize

source§

fn index<'a>(&self, v: &'a Value) -> &'a Value

source§

impl Index for String

source§

fn index<'a>(&self, v: &'a Value) -> &'a Value

source§

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

source§

fn index<'a>(&self, v: &'a Value) -> &'a Value

source§

impl Index for str

source§

fn index<'a>(&self, v: &'a Value) -> &'a Value

Implementors§