to_byte

Function to_byte 

Source
pub fn to_byte(value: string) -> Vec<byte> 
Expand description

Turns string into Vec<byte>.

ℹ️ The Vec<byte> obtained from a string is the UTF-8 representation of it.