Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
impl From<char> for Char {
389
fn from(c: char) -> Char { Char(c as u32) }
390
}
391
392
impl From<Option<char>> for Char {
Callers
nothing calls this directly
Calls
1
Char
Class · 0.85
Tested by
no test coverage detected