%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/detect/rust/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/detect/rust/default.txt |
#[derive(Debug)] pub enum State { Start, Transient, Closed, } impl From<&'a str> for State { fn from(s: &'a str) -> Self { match s { "start" => State::Start, "closed" => State::Closed, _ => unreachable!(), } } }