Function stringValue [src]
Prototype
pub fn stringValue(self: *Builder, val: String) Allocator.Error!Value
Parameters
self: *Builder
val: String
Source
pub fn stringValue(self: *Builder, val: String) Allocator.Error!Value {
return (try self.stringConst(val)).toValue();
}