Skip to main content

parse_mount_point

Function parse_mount_point 

Source
pub fn parse_mount_point(query: &str) -> MountPoint
Expand description

Parse a URL query string (with or without the leading ?) into a MountPoint. ?surface=… wins over ?mount=… so the AppShell surface query takes precedence — matters only if both ever appear in the same URL, which they shouldn’t.