Type Definition bracket::helper::HelperValue[][src]

pub type HelperValue = HelperResult<Option<Value>>;
Expand description

Result type that helper implementations should return.