pub trait PrepareVitServerSettings: Clone + Send {
    // Required method
    fn prepare(session_settings: &mut SessionSettings) -> Self;
}

Required Methods§

source

fn prepare(session_settings: &mut SessionSettings) -> Self

Implementors§