Crate sap_scripting

Source
Expand description

SAP Scripting for Rust

See the examples for how to use this library.

Re-exports§

pub use types::*;

Modules§

types
The types from this library.

Structs§

SAPComInstance
An instance of a COM session. This should be kept whilst a connection to SAP is used.

Traits§

IsA
Indicates that this type is also a parent type and can be upcast to it.

Type Aliases§

Result
A result of a call.