6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
@if function.description != ''
|
|
// @{function.description}
|
|
@endif
|
|
pub fn @receiver @{name}(@{params}) @{result} {
|
|
@{function.body.trim_space().replace('\t', '')}
|
|
} |