Struct fxbox_thinkerbell::ast::UncheckedCtx
[−]
[src]
pub struct UncheckedCtx;
A Context used to represent a script that hasn't been compiled yet.
pub struct UncheckedCtx;
A Context used to represent a script that hasn't been compiled yet.
impl Deserialize for UncheckedCtxfn deserialize<__D>(deserializer: &mut __D) -> Result<UncheckedCtx, __D::Error> where __D: Deserializerimpl Serialize for UncheckedCtxfn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializerimpl Context for UncheckedCtximpl Default for UncheckedCtxfn default() -> UncheckedCtx