[][src]Function fbs_build::compile_fbs_generic

pub fn compile_fbs_generic(
    ugly: bool,
    rpc_gen: Option<Box<dyn RpcGenerator>>,
    input: Box<dyn Read>,
    output: Box<dyn Write>
) -> Result<()>

Generate Rust code for a single flatbuffer schema file from arbitrary input and to arbitrary output.