Trait webidl_utils::extend::ExtendDocstring
source · pub trait ExtendDocstring {
// Required methods
fn new(s: &str) -> Self;
fn as_str(&self) -> &str;
}
Expand description
Extension methods for Docstring
Required Methods§
Object Safety§
This trait is not object safe.