Trait tea_sdk::IntoGlobal
pub trait IntoGlobal {
type Value;
// Required method
fn into_g<E>(self) -> Result<Self::Value, E>
where E: From<Global>;
}
Required Associated Types§
type Value
Required Methods§
Object Safety§
This trait is not object safe.