Enum org_parser::Property[][src]

pub enum Property {
    Tangle {
        path: PathBuf,
    },
}

Variants

Fields of Tangle

Auto Trait Implementations

impl Send for Property

impl Sync for Property