In Rust, traits can be used via a vtable, but also (and the vast majority of the time) as regular old statically dispatched functions.
That doesn't mean Zig couldn't do something similar if they want to, just pointing out that it's not always the case that it means dynamic dispatch.