MCPcopy Create free account
hub / github.com/davidblewett/rure-python / from

Method from

regex/src/input.rs:389–389  ·  view source on GitHub ↗
(c: char)

Source from the content-addressed store, hash-verified

387
388impl From<char> for Char {
389 fn from(c: char) -> Char { Char(c as u32) }
390}
391
392impl From<Option<char>> for Char {

Callers

nothing calls this directly

Calls 1

CharClass · 0.85

Tested by

no test coverage detected