pub trait ArgLike {
    fn evaluate_arg(&self, ctx: Context, tailstrict: bool) -> Result<Thunk<Val>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§