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