The typeof keyword was used to obtain a type, but it is reserved and not implemented in Rust. Use explicit type annotations or rely on type inference instead.
E0516
rust The typeof keyword was used to obtain a type, but it is reserved and not implemented in Rust. Use explicit type annotations or rely on type inference instead.