Docs.rs
typst-wasm-protocol-0.0.2
typst-wasm-protocol 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sjfhsjfh
Dependencies
typst-wasm-macros ^0.0.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
PluginResult
typst_
wasm_
protocol
0.0.2
Plugin
Result
Required Methods
send_result
Implementations on Foreign Types
&[u8]
Result<T, E>
Vec<u8>
Implementors
In crate typst_
wasm_
protocol
typst_wasm_protocol
Trait
Plugin
Result
Copy item path
Source
pub trait PluginResult { // Required method fn
send_result
(self) ->
i32
; }
Required Methods
§
Source
fn
send_result
(self) ->
i32
Implementations on Foreign Types
§
Source
§
impl
PluginResult
for &[
u8
]
Source
§
fn
send_result
(self) ->
i32
Source
§
impl
PluginResult
for
Vec
<
u8
>
Source
§
fn
send_result
(self) ->
i32
Source
§
impl<T, E>
PluginResult
for
Result
<T, E>
where T:
Into
<
Vec
<
u8
>>, E:
ToString
,
Source
§
fn
send_result
(self) ->
i32
Implementors
§