pub trait Topics: IntoVal<Env, Vec<Val>> { }

Implementations on Foreign Types§

source§

impl Topics for ()

source§

impl<T0> Topics for (T0,)
where T0: IntoVal<Env, Val>,

source§

impl<T0, T1> Topics for (T0, T1)
where T0: IntoVal<Env, Val>, T1: IntoVal<Env, Val>,

source§

impl<T0, T1, T2> Topics for (T0, T1, T2)
where T0: IntoVal<Env, Val>, T1: IntoVal<Env, Val>, T2: IntoVal<Env, Val>,

source§

impl<T0, T1, T2, T3> Topics for (T0, T1, T2, T3)
where T0: IntoVal<Env, Val>, T1: IntoVal<Env, Val>, T2: IntoVal<Env, Val>, T3: IntoVal<Env, Val>,

Implementors§