pub fn get_renderable_type_from(value: &Value) -> RenderableType
Expand description

Detect the RenderableType of a Minijinja value.

Arguments

  • value - An immutable reference to the minijinja::Value that needs to be checked.

Returns