Type Alias hit_data::events::FieldListenerRef

source ·
pub type FieldListenerRef<T> = Rc<RefCell<dyn FieldListener<T>>>;

Aliased Type§

struct FieldListenerRef<T> { /* private fields */ }