[][src]Function sunrise_sm::get_service_str

fn get_service_str(servicename: &u64) -> Result<&str, Utf8Error>

Casts an &u64 into an &str.

Panics

Panics if the bytes of the u64 don't match valid UTF-8.