api_impl::props

Function get_property_as_string

Source
pub fn get_property_as_string<'a>(
    handle: PropSetHandle,
    name: &str,
    buffer: &'a mut [u8],
) -> Result<&'a str, GetStringError<'a>>