Function specta_typescript::inline
source ยท pub fn inline<T: Type>(conf: &ExportConfig) -> Result<String>Expand description
Convert a type which implements Type to a TypeScript string.
Eg. { demo: string; };
pub fn inline<T: Type>(conf: &ExportConfig) -> Result<String>Convert a type which implements Type to a TypeScript string.
Eg. { demo: string; };