pub struct FnOutput {
pub ok_type: Type,
pub err_type: Type,
}Fields§
§ok_type: Type§err_type: TypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for FnOutput
impl !Sync for FnOutput
impl Freeze for FnOutput
impl RefUnwindSafe for FnOutput
impl Unpin for FnOutput
impl UnsafeUnpin for FnOutput
impl UnwindSafe for FnOutput
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