Trait webidl_utils::symbol::SymbolWithType
source · pub trait SymbolWithType {
type Ty;
// Required method
fn type_(self) -> Self::Ty;
}
Expand description
A WebIDL symbol with a WebIDL type
pub trait SymbolWithType {
type Ty;
// Required method
fn type_(self) -> Self::Ty;
}
A WebIDL symbol with a WebIDL type