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