Docs.rs
makepad-studio-1.0.0
makepad-studio 1.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
jpeg-encoder ^0.6.0
normal
makepad-code-editor ^1.0.0
normal
makepad-file-protocol ^1.0.0
normal
makepad-file-server ^1.0.0
normal
makepad-http ^1.0.0
normal
makepad-shell ^1.0.0
normal
makepad-widgets ^1.0.0
normal
Versions
0.11%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
RunListWidgetExt
makepad_
studio
1.0.0
RunList
Widget
Ext
Required Methods
run_list
Implementors
In makepad_
studio::
run_
list
makepad_studio
::
run_list
Trait
RunList
Widget
Ext
Copy item path
Source
pub trait RunListWidgetExt { // Required method fn
run_list
(&self, path: &[
LiveId
]) ->
RunListRef
; }
Required Methods
§
Source
fn
run_list
(&self, path: &[
LiveId
]) ->
RunListRef
Implementors
§
Source
§
impl<T>
RunListWidgetExt
for T
where T:
Widget
,