diff options
| author | pravic <[email protected]> | 2016-04-12 18:12:52 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 18:12:52 +0300 |
| commit | 24af17846d14b290aa1d90e37e98c4cbe9e173e1 (patch) | |
| tree | d68362060a430c72f19a46ec382f070cf0cbefe5 /doc/implementors/km/string/trait.NativeString.js | |
| parent | add index (diff) | |
| download | winapi-kmd-rs-24af17846d14b290aa1d90e37e98c4cbe9e173e1.tar.xz winapi-kmd-rs-24af17846d14b290aa1d90e37e98c4cbe9e173e1.zip | |
add winapi-km-rs docs
Diffstat (limited to 'doc/implementors/km/string/trait.NativeString.js')
| -rw-r--r-- | doc/implementors/km/string/trait.NativeString.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/implementors/km/string/trait.NativeString.js b/doc/implementors/km/string/trait.NativeString.js new file mode 100644 index 0000000..741d128 --- /dev/null +++ b/doc/implementors/km/string/trait.NativeString.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() |