Function find_path

Source
pub fn find_path(
    outer_attribute: &str,
    input: &DeriveInput,
) -> Result<Option<Path>, Error>
Expand description

Find the ‘path’ attribute in an Edges derive macro.

#[moongraph(crate = apecs)]
  ^^^^^^^^^         ^^^^^
  |                 |
  outer_attribute   returned path