Skip to main content

extern_spec_From_String_Vec_u8_from

Function extern_spec_From_String_Vec_u8_from 

Source
pub fn extern_spec_From_String_Vec_u8_from(s: String) -> Vec<u8> 
Expand description

extern spec for Vec<u8>::from

This is not a real function: its only use is for documentation.

ghost

ensures

result@ == s@.to_bytes()