ohmers::pop_back! [] [src]

macro_rules! pop_back {
    ($obj: ident.$prop: ident, $conn: expr) => {{
        $obj.$prop.pop_back(stringify!($prop), &$obj, &$conn)
    }}
}

Retrieves and remove an element from the end of $obj.$prop. The property must be a List.