pub struct LeptosProvider { /* private fields */ }Expand description
Provider for Leptos web framework commands
Implementations§
Trait Implementations§
Source§impl CommandProvider for LeptosProvider
impl CommandProvider for LeptosProvider
Source§fn can_handle(&self, context: &ProjectContext) -> bool
fn can_handle(&self, context: &ProjectContext) -> bool
Whether this provider can handle the given context
Auto Trait Implementations§
impl Freeze for LeptosProvider
impl RefUnwindSafe for LeptosProvider
impl Send for LeptosProvider
impl Sync for LeptosProvider
impl Unpin for LeptosProvider
impl UnwindSafe for LeptosProvider
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