Trait juniper::ToInputValue [] [src]

pub trait ToInputValue: Sized {
    fn to(&self) -> InputValue;
}

Losslessly clones a Rust data type into an InputValue.

Required Methods

Performs the conversion.

Implementors