Trait ruast::Indexable

source ·
pub trait Indexable {
    // Required method
    fn index(self, index: impl Into<Expr>) -> Index;
}

Required Methods§

source

fn index(self, index: impl Into<Expr>) -> Index

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<E: Into<Expr>> Indexable for E