1 2 3 4 5 6 7 8 9 10
use crate::common::rustc; pub struct Format; impl crate::format::Trait for Format { type DeserializerContext = rustc::deserializer::Context; type ErrorSource = rustc::error::Source; }