Trait chromiumoxide_types::MethodType
source · pub trait MethodType {
// Required method
fn method_id() -> MethodId
where Self: Sized;
}Expand description
A trait that identifies a method on type level
pub trait MethodType {
// Required method
fn method_id() -> MethodId
where Self: Sized;
}A trait that identifies a method on type level