Skip to main content

find

Function find 

Source
pub fn find(name: &str) -> Option<&'static dyn TcScheme>
Expand description

Look up a scheme by canonical name. Returns the first match — scheme name collisions are a registration bug and surface here as crate::error::Error::SchemeNotFound.