[][src]Function nvim_rs::create::new_child

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

Connect to a Neovim instance by spawning a new one.