[][src]Function nvim_rs::create::new_parent

pub fn new_parent<H>(
    handler: H
) -> Result<(Neovim<Stdout>, JoinHandle<Result<(), Box<LoopError>>>)> where
    H: Handler<Writer = Stdout> + Send + 'static, 

Connect to a Neovim instance that spawned this process over stdin/stdout.