[][src]Type Definition json2pb::Result

type Result<T> = Result<T, Box<dyn Error + 'static>>;

Common Result