sourceafBedSheet::ResultProcessor.fan


** Responsible for processing handler return values and sending content to the client.
const mixin ResultProcessor {
    
    abstract Void process(Obj result)
        
}