pub trait TraitMembers { type Type; // Required methods fn function(); fn function2(); }
Some type
Some function
Some other function