pub fn generate_documented_impl(
item: &ItemStruct,
import_location: &Path,
doc_rec: DocRec,
) -> Result<TokenStream>Expand description
Generates the Typeable impl for the item.
pub fn generate_documented_impl(
item: &ItemStruct,
import_location: &Path,
doc_rec: DocRec,
) -> Result<TokenStream>Generates the Typeable impl for the item.