Skip to main content

try_up_via

Function try_up_via 

Source
pub fn try_up_via(
    decl: DeclarationPtr,
    lu: &Box<dyn Fn(&DeclarationPtr) -> Option<Literal> + '_>,
) -> Result<Literal, ReprUpError>