ContextPathClause
cml
Context
Path
Clause
Required Methods
path
Implementors
In cml::
types::
common
cml
::
types
::
common
Trait
Context
Path
Clause
Copy item path
Source
pub trait ContextPathClause { // Required method fn
path
(&self) ->
Option
<&
ContextSpanned
<
Path
>>; }
Required Methods
§
Source
fn
path
(&self) ->
Option
<&
ContextSpanned
<
Path
>>
Implementors
§
Source
§
impl
ContextPathClause
for
ContextCapability
Source
§
impl
ContextPathClause
for
ContextExpose
Source
§
impl
ContextPathClause
for
ContextOffer
Source
§
impl
ContextPathClause
for
ContextUse