Skip to main content

parse_surface

Function parse_surface 

Source
pub fn parse_surface(s: &str) -> Result<Surface, String>
Expand description

Parse a surface param string into a Surface. registry:<kind> maps to Registry { kind }. Unknown surfaces error (never silently defaulted).