[][src]Function adapton::engine::structural

pub fn structural<T, F>(body: F) -> T where
    F: FnOnce() -> T, 

Enters a special "namespace" where all name uses are ignored; instead, Adapton uses structural identity.