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

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

A type alias for Sciter functions that return bool.