Trait juniper::ToInputValue[][src]

pub trait ToInputValue<S = DefaultScalarValue>: Sized {
    fn to_input_value(&self) -> InputValue<S>;
}
Expand description

Losslessly clones a Rust data type into an InputValue.

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors