pub trait PrimitiveStruct {
    // Required method
    fn default_struct_path(&self) -> Result<Vec<&'static str>>;
}

Required Methods§

source

fn default_struct_path(&self) -> Result<Vec<&'static str>>

Implementations on Foreign Types§

source§

impl PrimitiveStruct for Value

source§

fn default_struct_path(&self) -> Result<Vec<&'static str>>

Implementors§