Docs.rs
makepad-live-compiler-0.3.0
makepad-live-compiler 0.3.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
makepad-derive-live ^0.3.0
normal
makepad-live-tokenizer ^0.3.0
normal
makepad-math ^0.3.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
LiveNodeSliceToCbor
Required Methods
to_cbor
Implementors
In makepad_live_compiler::live_node_cbor
?
Trait
makepad_live_compiler
::
live_node_cbor
::
LiveNodeSliceToCbor
source
·
[
−
]
pub trait LiveNodeSliceToCbor { fn
to_cbor
(&self, parent_index:
usize
) ->
Result
<
Vec
<
u8
>,
String
>; }
Required Methods
source
fn
to_cbor
(&self, parent_index:
usize
) ->
Result
<
Vec
<
u8
>,
String
>
Implementors
source
impl<T>
LiveNodeSliceToCbor
for T
where
T:
AsRef
<[
LiveNode
]>,