Type Definition sciter::video::Result [] [src]

type Result<T> = Result<T, ()>;

A type alias for Sciter functions that return bool.