pub trait SessionResultExt {
// Required method
fn single_result(&self) -> Option<&str>;
}Required Methods§
fn single_result(&self) -> Option<&str>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".