pub trait ArgumentReflection: Sized {
    fn type_info(&self, runtime: &Runtime) -> Type;
}
Expand description

A type to emulate dynamic typing across compilation units for statically typed values.

Required Methods§

Retrieves the argument’s type information.

Implementations on Foreign Types§

Implementors§