Add various basic docstrings

This commit is contained in:
Peter Limkilde Svendsen
2024-10-27 23:25:57 +01:00
parent 9ac0226c93
commit 06fec0b843
12 changed files with 29 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ mod signal;
pub use self::socket::PalSocket;
mod socket;
/// Platform abstraction layer, a platform-agnostic abstraction over syscalls.
pub trait Pal {
fn access(path: CStr, mode: c_int) -> Result<()>;