Re-exports§
pub extern crate alloc;
Re-exports§
pub use core;
Modules§
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - device_
table - 设备表宏定义 用于生成设备的单例结构体和板级设备初始化/反初始化方法 语法: device_table!(BoardName, { Device1: DriverType1 = value1, Device2: DriverType2 = value2, … });
- join
- println
- select
- singleton
Structs§
Type Aliases§
- Result
Result<T, Error>