duat_core::forms

Trait FormFmt

Source
pub trait FormFmt: InnerFormFmt { }
Expand description

Either a Form or a name of a form

Note that the referenced form does not need to exist for forms::set or forms::set_weak to work properly.

Implementations on Foreign Types§

Source§

impl FormFmt for &str

Implementors§