Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Use stm32f3_discovery::stm32f3xx_hal::interrupt;
Dear 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