Macro itron_solid_fmp3::macros::tt_kernel [−][src]
pub macro tt_kernel($caller : tt) {
...
}
This is supported on crate features
nightly
and unstable
only.Expand description
Get the kernel selected by a Cargo feature.
Example
let kernel = tt_call::tt_call! { macro = [{ itron::macros::tt_kernel }] };
println!("We are running on {}", kernel);