Trait webidl_utils::SymbolWithDocString
source · pub trait SymbolWithDocString {
// Required method
fn docstring(self) -> Option<Docstring>;
}
Expand description
A WebIDL symbol that may have a documentation string
pub trait SymbolWithDocString {
// Required method
fn docstring(self) -> Option<Docstring>;
}
A WebIDL symbol that may have a documentation string