pub fn split_guid(guid: &str) -> Option<(String, String)>
Expand description

Split a guid into type and id parts.