pub trait Format: Debug { // Required method fn decode(&self, object: &Source) -> Result<Sir>; }
Decoder to use.