pub fn parse_boundary(s: &str) -> Option<Boundary>
Parse a boundary string of the form "A cannot import B". Returns None if the string doesn’t match the expected format.
"A cannot import B"
None