pub trait IntoSTerm {
// Required method
fn into_sterm(self, st: &Storage) -> STerm<'_>;
}
Expand description
Construct a STerm
with the presence of Storage
Required Methods§
Sourcefn into_sterm(self, st: &Storage) -> STerm<'_>
fn into_sterm(self, st: &Storage) -> STerm<'_>
Construct a STerm
with the presence of Storage