Skip to main content

AsIndex

Trait AsIndex 

Source
pub trait AsIndex {
    // Required method
    fn as_index<'i>(&'i self) -> TomlIndex<'i>;
}

Required Methods§

Source

fn as_index<'i>(&'i self) -> TomlIndex<'i>

Implementations on Foreign Types§

Source§

impl AsIndex for &str

Source§

fn as_index<'i>(&'i self) -> TomlIndex<'i>

Source§

impl AsIndex for usize

Source§

fn as_index<'i>(&'i self) -> TomlIndex<'i>

Implementors§