Enum nickel::Action [] [src]

pub enum Action<T = (), U = ()> {
    Continue(T),
    Halt(U),
}

Variants