Skip to main content

register_foyer_service

Function register_foyer_service 

Source
pub fn register_foyer_service(registry: &OperatorRegistry)
Available on crate feature services-foyer only.
Expand description

Register this service’s URI scheme or schemes with an operator registry.

Registration enables scheme-driven construction through opendal_core::Operator::from_uri and opendal_core::Operator::via_iter. Direct construction through opendal_core::Operator::new does not require registration.