Skip to main content

path

Macro path 

Source
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.