Function specta_typescript::inline

source ยท
pub fn inline<T: Type>(conf: &Typescript) -> Result<String>
Expand description

Convert a type which implements Type to a TypeScript string.

Eg. { demo: string; };