Docs.rs
inkanim-types-0.8.0
inkanim-types 0.8.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Roms1383
Dependencies
chrono ^0.4
normal
clap ^4.5
normal
optional
enum_dispatch ^0.3
normal
serde ^1.0
normal
serde-aux ^4.7
normal
Versions
15.49%
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
InkCompoundWidget
inkanim_
types
0.8.0
InkCompound
Widget
Trait Implementations
ByIndex
ByName
Implementors
In inkanim_
types::
widget
inkanim_types
::
widget
Trait
InkCompound
Widget
Copy item path
Source
pub trait InkCompoundWidget:
InkWidget
+
InkChildren
+
Debug
{ }
Trait Implementations
§
Source
§
impl
ByIndex
for &dyn
InkCompoundWidget
Source
§
fn
by_index
(&self, idx:
usize
) ->
Option
<
Widget
>
find a widget by index
Source
§
impl
ByName
for &dyn
InkCompoundWidget
Source
§
fn
by_name
(&self, name: &
str
) ->
Option
<(
usize
,
Widget
)>
find a widget by name
Implementors
§
Source
§
impl<T>
InkCompoundWidget
for T
where T:
InkWidget
+
InkChildren
+
Debug
,