Trait bones_framework::prelude::piccolo::registry::Singleton    
pub trait Singleton<'gc> {
    // Required method
    fn create(ctx: Context<'gc>) -> Self;
}Required Methods§
Object Safety§
This trait is not object safe.