compose_
library
0.1.0
Into
Result
Required Methods
into_result
Implementors
In crate compose_
library
compose_library
Trait
IntoResult
Copy item path
Source
pub trait IntoResult { // Required method fn
into_result
(self, span:
Span
) ->
SourceResult
<
Value
>; }
Required Methods
§
Source
fn
into_result
(self, span:
Span
) ->
SourceResult
<
Value
>
Implementors
§
Source
§
impl<T:
IntoValue
>
IntoResult
for
SourceResult
<T>
Source
§
impl<T:
IntoValue
>
IntoResult
for
StrResult
<T>
Source
§
impl<T:
IntoValue
>
IntoResult
for T