split_boundary

Function split_boundary 

Source
pub fn split_boundary(
    data: Vec<u8>,
    boundary: &str,
) -> Result<Vec<Vec<u8>>, String>