Function connect

Source
pub fn connect<T: for<'a> Deserialize<'a> + Serialize + Clone>(
    file_path: &str,
    data: Vec<T>,
) -> Connection<T>