Searched refs:decode_from_value (Results 1 – 1 of 1) sorted by relevance
115 .map(|value| BlockArg::decode_from_value(*value)) in args()125 let new = f(BlockArg::decode_from_value(*raw)); in update_args()234 fn decode_from_value(v: Value) -> Self { in decode_from_value() method