Enum saphir::RequestContinuation[][src]

pub enum RequestContinuation {
    Continue,
    Stop,
}

Enum representing whether or not a request should continue to be processed be the server

Variants

Next

None

Auto Trait Implementations