enum UwTable [src]

Fields

none
sync
async

Members

Source

pub const UwTable = enum(u32) { none, sync, async, pub const default = UwTable.async; }