mirror of
https://github.com/fluencelabs/marine.git
synced 2025-07-03 00:21:37 +00:00
Change configuration API for easier integration (#5)
This commit is contained in:
@ -27,7 +27,7 @@ pub struct FCE {
|
||||
}
|
||||
|
||||
/// Represent a function type inside FCE.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct FCEFunction<'a> {
|
||||
pub name: &'a str,
|
||||
pub inputs: &'a Vec<IType>,
|
||||
|
Reference in New Issue
Block a user