Files
rsiot/components/cmp_plc/fb_template/
logic.rs
1
2
3
4
5
use super
::{I, Q, S};
pub fn
logic(_input:
&
I, _stat:
&mut
S) -> Q { Q {} }