SYMBOL INDEX (12 symbols across 3 files) FILE: src/job/default.rs type Job (line 5) | struct Job { method new (line 18) | fn new(id: usize, cmd: &Vec, options: JobStartOptions) -> Self {} FILE: src/job/options.rs type JobStartOptions (line 5) | pub struct JobStartOptions { method from_lua (line 36) | fn from_lua(value: LuaValue, _lua: &'_ Lua) -> LuaResult { FILE: src/job/pty.rs type JobPty (line 5) | struct JobPty { method new (line 18) | fn new(id: usize, cmd: &Vec, options: JobStartOptions) -> Resu... method send (line 63) | fn send(&mut self, data: &[u8]) -> Result<()> { method pid (line 68) | fn pid(&self) -> u32 { method stop (line 72) | fn stop(&mut self) { method poll (line 77) | fn poll(&mut self) -> Result { method poll_stdout (line 82) | fn poll_stdout(&mut self) -> Result { method poll_exit (line 101) | fn poll_exit(&mut self) -> Result {