Function cvar::Property[][src]

pub fn Property<'a, T>(
    name: &'a str,
    variable: &'a mut T,
    default: T
) -> Property<'a, T>