Type Definition InterfaceResult
marine_module_interface::interface
type InterfaceResult<T> = Result<T, InterfaceError>;