calyx_opt::analysis

Trait IntoStatic

Source
pub trait IntoStatic {
    type StaticCon;

    // Required method
    fn make_static(&mut self) -> Option<Self::StaticCon>;
}

Required Associated Types§

Required Methods§

Source

fn make_static(&mut self) -> Option<Self::StaticCon>

Implementations on Foreign Types§

Source§

impl IntoStatic for If

Source§

impl IntoStatic for Par

Source§

impl IntoStatic for Seq

Implementors§