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: Str
ty: Option<DataType>
nullable: bool
default: Option<Str>