Trait cynic::Scalar[][src]

pub trait Scalar<TypeLock>: Sized + Serialize {
    type Deserialize: DeserializeOwned;
    fn from_deserialize(x: Self::Deserialize) -> Result<Self, DecodeError>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors