Struct ext_php_rs::describe::Parameter [−][src]
#[repr(C)]pub struct Parameter {
pub name: Str,
pub ty: Option<DataType>,
pub nullable: bool,
pub default: Option<Str>,
}Expand description
Represents a parameter attached to an exported function or method.
Fields
name: Strty: Option<DataType>nullable: booldefault: Option<Str>