Function image::codecs::hdr::decoder::split_at_first

source ยท
fn split_at_first<'a>(s: &'a str, separator: &str) -> Option<(&'a str, &'a str)>