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

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.