macro_rules! application {
(entry = $entry:path $(,)?) => { ... };
}Expand description
Declare the single host entry used by source-scope discovery. 声明源码作用域发现使用的唯一宿主入口。
macro_rules! application {
(entry = $entry:path $(,)?) => { ... };
}Declare the single host entry used by source-scope discovery. 声明源码作用域发现使用的唯一宿主入口。