Show how to generate code with error message
This commit is contained in:
@@ -13,7 +13,7 @@ use std::{
|
||||
use itertools::Itertools;
|
||||
use heck::{CamelCase, ShoutySnakeCase, SnakeCase};
|
||||
|
||||
type Result<T> = ::std::result::Result<T, failure::Error>;
|
||||
pub type Result<T> = ::std::result::Result<T, failure::Error>;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Test {
|
||||
|
||||
Reference in New Issue
Block a user