Trait webidl_utils::SymbolWithReadOnly
source · pub trait SymbolWithReadOnly {
// Required method
fn readonly(&self) -> Option<ReadOnly>;
}
Expand description
A WebIDL symbol that may have a readonly modifier
pub trait SymbolWithReadOnly {
// Required method
fn readonly(&self) -> Option<ReadOnly>;
}
A WebIDL symbol that may have a readonly modifier