//! A `&mut Frame` must not be able to escape the `frames_mut` visitor. Two escaped references
//! could alias the same frame (directly and through `Frame::sources_mut`), which is the
//! soundness hole the visitor API exists to close.
use ;
use ;
;