pub struct OpenAiGatewayLib;Expand description
Loadable library that installs the OpenAI-compatible gateway surface.
Implements Lib: its manifest declares the gateway’s id, version, ABI,
and exports, and its loader registers the OpenAI codec plus every
OpenAiGatewayFunction under its operation symbol.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenAiGatewayLib
impl RefUnwindSafe for OpenAiGatewayLib
impl Send for OpenAiGatewayLib
impl Sync for OpenAiGatewayLib
impl Unpin for OpenAiGatewayLib
impl UnsafeUnpin for OpenAiGatewayLib
impl UnwindSafe for OpenAiGatewayLib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more