Struct ext_php_rs::describe::Parameter [−][src]
pub struct Parameter {
pub name: Cow<'static, str>,
pub ty: Option<DataType>,
pub nullable: bool,
pub default: Option<Cow<'static, str>>,
}Expand description
Represents a parameter attached to an exported function or method.
Fields
name: Cow<'static, str>ty: Option<DataType>nullable: booldefault: Option<Cow<'static, str>>