Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DioxusLabs/anyrender
/ NullWindowRenderer
Class
NullWindowRenderer
crates/anyrender/src/null_backend.rs:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#[derive(Copy, Clone, Default)]
7
pub struct NullWindowRenderer {
8
is_active: bool,
9
}
10
11
impl NullWindowRenderer {
12
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected