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