pub trait AsPy { // Required method fn as_py(&self) -> String; }
Convert a Rust value to a Python source code string.