Enum rsnl::callback::Action [] [src]

pub enum Action {
    Ok,
    Skip,
    Stop,
}

Variants