Trait Context

Source
pub trait Context: 'static { }
Expand description

A trait that all script contexts must implement.

Implementors§

Source§

impl<T> Context for T
where T: 'static,