1 2 3 4 5 6
use super::FunctionError; #[derive(Debug, Clone)] pub struct FunctionCtx { pub error: Option<FunctionError>, }