Skip to main content

IntoCommandSession

Trait IntoCommandSession 

Source
pub trait IntoCommandSession {
    // Required method
    fn into_command_session(
        self,
        engine: StandardEngine,
    ) -> Result<CommandSession>;
}

Required Methods§

Implementors§