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

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

A specialized Result type for Sciter host operations.