MCPcopy Create free account
hub / github.com/StrataWM/strata / UpdateFromLua

Interface UpdateFromLua

strata-core/src/lib.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6};
7
8pub trait UpdateFromLua<'lua>: FromLua<'lua> {
9 fn update_from_lua(&mut self, value: Value<'lua>, lua: &'lua Lua) -> Result<()>;
10}
11
12macro_rules! impl_update_from_lua {
13 ($($ty:ty),*) => {

Callers

nothing calls this directly

Implementers 1

lib.rsstrata-core/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected