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.
pub fn find(name: &str) -> Option<&'static dyn TcScheme>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.