toml_edit::index

Trait Index

Source
pub trait Index: Sealed { }

Implementations on Foreign Types§

Source§

impl Index for str

Source§

impl Index for usize

Source§

impl Index for String

Source§

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

Implementors§