Struct kcore::chan::ChanKey [−][src]
pub struct ChanKey { /* fields omitted */ }Expand description
A key representing one client handle of the file. Basically, it’s used to check if we have forgotten to close a file.
pub struct ChanKey { /* fields omitted */ }A key representing one client handle of the file. Basically, it’s used to check if we have forgotten to close a file.
impl !RefUnwindSafe for ChanKeyimpl Send for ChanKeyimpl Sync for ChanKeyimpl Unpin for ChanKeyimpl !UnwindSafe for ChanKey