[][src]Trait bt_bencode::value::Index

pub trait Index {
    fn index<'a>(&self, v: &'a Value) -> Option<&'a Value>;
fn index_mut<'a>(&self, v: &'a mut Value) -> Option<&'a mut Value>; }

Indexes into the Value type.

Required methods

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

fn index_mut<'a>(&self, v: &'a mut Value) -> Option<&'a mut Value>

Loading content...

Implementations on Foreign Types

impl Index for usize[src]

impl Index for str[src]

impl Index for String[src]

impl<'s, T: ?Sized> Index for &'s T where
    T: Index
[src]

Loading content...

Implementors

Loading content...