Trait runa_orbiter::shell::HasShell
source · pub trait HasShell: HasBuffer {
type Shell: Shell<Buffer = <Self as HasBuffer>::Buffer>;
// Required method
fn shell(&self) -> &RefCell<Self::Shell>;
}
Expand description
Shell access
Implemented by the server context (see
ServerContext
) to
indicate that it has a shell.