Trait ParseTo
pub trait ParseTo<R> {
// Required method
fn parse_to(&self) -> Option<R>;
}Available on (crate features
rustls or boring or acme) and crate feature rustls only.Expand description
Used to integrate str’s parse() method