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 ChanKey
impl Send for ChanKey
impl Sync for ChanKey
impl Unpin for ChanKey
impl !UnwindSafe for ChanKey