Docs.rs
makepad-studio-1.0.0
makepad-studio 1.0.0
Permalink
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
RunViewWidgetExt
makepad_
studio
1.0.0
RunView
Widget
Ext
Required Methods
run_view
Implementors
In makepad_
studio::
run_
view
makepad_studio
::
run_view
Trait
RunView
Widget
Ext
Copy item path
Source
pub trait RunViewWidgetExt { // Required method fn
run_view
(&self, path: &[
LiveId
]) ->
RunViewRef
; }
Required Methods
§
Source
fn
run_view
(&self, path: &[
LiveId
]) ->
RunViewRef
Implementors
§
Source
§
impl<T>
RunViewWidgetExt
for T
where T:
Widget
,