[][src]Trait xmlrpc::Index

pub trait Index: Sealed { }

A type that can be used to index into a Value.

You can use Rust's regular indexing syntax to access components of Values. Refer to the examples on Value for details.

This trait can not be implemented by custom types.

Implementations on Foreign Types

impl Index for str[src]

impl Index for String[src]

impl Index for usize[src]

impl<'a, I: ?Sized> Index for &'a I where
    I: Index
[src]

Loading content...

Implementors

Loading content...