Enum scheduler::Which [] [src]

pub enum Which {
    Process,
    Group,
    User,
}

Which identifier type to use (pid, gid, or uid)

Variants