Docs.rs
dynamic-graphql-0.7.0
dynamic-graphql 0.7.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
smmoosavi
Dependencies
async-graphql ^5.0.5
normal
dynamic-graphql-derive ^0.7.0
normal
fnv ^1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
Trait Implementations
FromValue
ResolveOwned<'a>
In dynamic_graphql
?
Type Definition
dynamic_graphql
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
An alias for
Result<T, Error>
.
Trait Implementations
§
source
§
impl<T>
FromValue
for
Result
<T>
where T:
FromValue
+
GetInputTypeRef
,
source
§
fn
from_value
(value:
Result
<
ValueAccessor
<'_>>) ->
InputValueResult
<Self>
source
§
impl<'a, T, E>
ResolveOwned
<'a> for
Result
<T, E>
where T:
Resolve
<'a>, E:
Into
<
Error
>,
source
§
fn
resolve_owned
(self, ctx: &
Context
<'_>) ->
Result
<
Option
<
FieldValue
<'a>>>