use super::TheModule::*; Options!{ split< 'a > { #![ derive( PartialOrd ) ] pub src : &'a str; pub delimeter : &'a str; #[ default( true ) ] pub left : bool; }} // include!( "./without_perform_only_test.rs" );