partition

Function partition 

Source
pub fn partition<'a>(
    text: &'a str,
) -> Result<Vec<Partition<'a>>, PartitionError>