Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

Traitpostgres::HandleNotice [][src]

pub trait HandleNotice:Send {    fnhandle_notice(&mut self, notice:DbError);}

A trait implemented by types that can handle Postgres notice messages.

It is implemented for allSend + FnMut(DbError) closures.

Required Methods

Handle a Postgres notice message

Implementors

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
Move up in search results
Move down in search results
Go to active search result
+
Collapse/expand all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g.fn:) to restrict the search to a given type.

Accepted types are:fn,mod,struct,enum,trait,type,macro, andconst.

Search functions by type signature (e.g.vec -> usize or* -> vec)


[8]
ページ先頭

©2009-2025 Movatter.jp