Trait taplo::dom::index::Index

source ·
pub trait Index: Sealed + Display { }

Implementations on Foreign Types§

source§

impl Index for str

source§

impl Index for usize

source§

impl Index for String

source§

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

Implementors§