pub fn private_left_join_multiple_keys(
    a: &DataFrame,
    b: &DataFrame
) -> Vec<(u32, Option<u32>), Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator