osmanthus 1.0.0

Find and automatically format time text from the string
Documentation
1
2
3
4
5
use crate::bind::Result;

pub(crate) trait Parse{
    fn parse(&mut self, text: &str) -> Result;
}