pub fn bind_legacy_authority(
owner: &str,
acl: Option<Vec<LegacyRoutineAclEntry>>,
roles: &BTreeMap<String, RoleDefinition>,
implicit_owner_execute: bool,
) -> Result<BoundRoutineAuthority, SQLError>pub fn bind_legacy_authority(
owner: &str,
acl: Option<Vec<LegacyRoutineAclEntry>>,
roles: &BTreeMap<String, RoleDefinition>,
implicit_owner_execute: bool,
) -> Result<BoundRoutineAuthority, SQLError>