wdpe 0.4.2

WebDynpro Parse Engine
Documentation
1
2
3
4
5
6
7
8
9
mod client_inspector;
mod custom;
mod loading_placeholder;

pub use self::client_inspector::{ClientInspector, ClientInspectorDef, ClientInspectorLSData};
pub use self::custom::{Custom, CustomClientInfo, CustomDef};
pub use self::loading_placeholder::{
    LoadingPlaceholder, LoadingPlaceholderDef, LoadingPlaceholderLSData,
};