pub trait OnNewSession {
    // Required method
    fn on_new_session(index: SessionIndex);
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl OnNewSession for ()

Implementors§