pub(crate) macro weak(fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;) {
...
}
Available on Unix and non-Apple and non-
target_os=espidf
only.pub(crate) macro weak(fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;) {
...
}
target_os=espidf
only.