Type Definition chakracore_sys::JsTTDFlushAndCloseStreamCallback [] [src]

type JsTTDFlushAndCloseStreamCallback = Option<unsafe extern "system" fn(_: JsTTDStreamHandle, _: bool, _: bool)>;

TTD API -- may change in future versions: Flush and close the stream represented by the HANDLE as needed. Exactly one of read or write will be set to true. The JsTTDStreamHandle to close. If the handle was opened for reading. If the handle was opened for writing.