Function fmt [src]

Prototype

pub fn fmt(sync_scope: SyncScope, prefix: []const u8) Prefixed

Parameters

sync_scope: SyncScopeprefix: []const u8

Source

pub fn fmt(sync_scope: SyncScope, prefix: []const u8) Prefixed { return .{ .sync_scope = sync_scope, .prefix = prefix }; }