pub fn load_meshes(
    mesh_meta: Vec<(String, usize, PathBuf)>,
    config: LoadConfig<'_>
) -> Vec<(String, usize, Mesh, AttribTransfer)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator