Function stringValue [src]

Prototype

pub fn stringValue(self: *Builder, val: String) Allocator.Error!Value

Parameters

self: *Builderval: String

Source

pub fn stringValue(self: *Builder, val: String) Allocator.Error!Value { return (try self.stringConst(val)).toValue(); }