macro_rules! navigate {
($screen:ident) => { ... };
}Expand description
The navigate() function referenced inside view! blocks.
The macro desugars navigate(Profile) into a closure that calls this.
macro_rules! navigate {
($screen:ident) => { ... };
}The navigate() function referenced inside view! blocks.
The macro desugars navigate(Profile) into a closure that calls this.