pub struct PreviewServer;Expand description
MCP Preview Server
Implementations§
Source§impl PreviewServer
impl PreviewServer
Sourcepub async fn start(config: PreviewConfig) -> Result<()>
pub async fn start(config: PreviewConfig) -> Result<()>
Start the preview server
Auto Trait Implementations§
impl Freeze for PreviewServer
impl RefUnwindSafe for PreviewServer
impl Send for PreviewServer
impl Sync for PreviewServer
impl Unpin for PreviewServer
impl UnsafeUnpin for PreviewServer
impl UnwindSafe for PreviewServer
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