Function freya_node_state::bytes_to_data
source · pub fn bytes_to_data<'a, T>(
cx: Scope<'a, T>,
bytes: &[u8]
) -> AttributeValue<'a>
Expand description
Transform some bytes (e.g: raw image, raw svg) into attribute data
pub fn bytes_to_data<'a, T>(
cx: Scope<'a, T>,
bytes: &[u8]
) -> AttributeValue<'a>
Transform some bytes (e.g: raw image, raw svg) into attribute data