Function subgraph::conv::string

source ·
pub fn string(bytes: impl AsRef<[u8]>) -> String
👎Deprecated
Expand description

Encodes a slice of bytes as a string.

This host provided function is included for completeness. However the standard library UTF-8 byte to string conversion methods are preferable.