script_
bindings
0.0.1
HasParent
Required Associated Types
Parent
Required Methods
as_parent
Implementors
In script_
bindings::
inheritance
script_bindings
::
inheritance
Trait
HasParent
Copy item path
Source
pub trait HasParent { type
Parent
; // Required method fn
as_parent
(&self) -> &Self::
Parent
; }
Required Associated Types
§
Source
type
Parent
Required Methods
§
Source
fn
as_parent
(&self) -> &Self::
Parent
Implementors
§