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

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

A specialized Result type for sciter host operations.