Struct serde_generate::dart::Installer [−][src]
pub struct Installer { /* fields omitted */ }
Expand description
Installer for generated source files in Go.
Implementations
Trait Implementations
fn install_module(
&self,
config: &CodeGeneratorConfig,
registry: &Registry
) -> Result<(), Self::Error>
fn install_module(
&self,
config: &CodeGeneratorConfig,
registry: &Registry
) -> Result<(), Self::Error>
Create a module exposing the container types contained in the registry.
Install the serde runtime.
Install the bincode runtime.
Install the Libra Canonical Serialization (BCS) runtime.