Skip to main content
CowLike
ftml_
solver
0.0.1
CowLike
Required Methods
into_cow
Implementations on Foreign Types
&'a ComponentVar
ComponentVar
Implementors
In ftml_
solver::
context
ftml_solver
::
context
Trait
CowLike
Copy item path
Source
pub trait CowLike<'a> { // Required method fn
into_cow
(self) ->
Cow
<'a, ComponentVar>; }
Required Methods
§
Source
fn
into_cow
(self) ->
Cow
<'a, ComponentVar>
Implementations on Foreign Types
§
Source
§
impl<'a>
CowLike
<'a> for &'a ComponentVar
Source
§
fn
into_cow
(self) ->
Cow
<'a, ComponentVar>
Source
§
impl<'a>
CowLike
<'a> for ComponentVar
Source
§
fn
into_cow
(self) ->
Cow
<'a, ComponentVar>
Implementors
§