macro_rules! path {
($p:path) => { ... };
}Expand description
Build a syn::Path from a bare path token: path!(crate::conv::f). The
callable argument of FunctionDecl::new_local and of an adapter’s
ConstDecl::with.
macro_rules! path {
($p:path) => { ... };
}Build a syn::Path from a bare path token: path!(crate::conv::f). The
callable argument of FunctionDecl::new_local and of an adapter’s
ConstDecl::with.