pub fn cast_one(reg: &Leaves, id: &str, q: &Query) -> Option<LeafOutput>
只算单片叶(按 id)——共享层仍只算一次,但仅排该叶(释义/单叶请求用,省去其余叶)。 未知 id 返回 None。
None