Use stm32f3_discovery::stm32f3xx_hal::interrupt;
⚓ Rust 📅 2025-09-07 👤 surdeus 👁️ 10Dear people,
I try to figure out what I use when I use the statement:
use stm32f3_discovery::stm32f3xx_hal::interrupt;
Because in the crate's documentation are an enum and a macro defined with the same name and the same case, so all in lower case, interrupt.
How do I figure out what I import?
Kind regards, Stephen.
7 posts - 3 participants
🏷️ Rust_feed