☰
Trait AsArgValue
Required Methods
as_arg_value
Implementors
Other items in
tvm
::
runtime
All crates
?
Trait
tvm
::
runtime
::
AsArgValue
[
−
]
[src]
pub trait AsArgValue<'a> { fn
as_arg_value
(&'a self) ->
ArgValue
<'a>; }
Required methods
[src]
fn
as_arg_value
(&'a self) ->
ArgValue
<'a>
Implementors
[src]
impl<'a, T>
AsArgValue
<'a> for T
where
T: 'static,
&'a
T:
Into
<
ArgValue
<'a>>,