Docs.rs
muzzman-lib-0.3.5
muzzman-lib 0.3.5
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
konkitoman
Dependencies
bytes-kman ^0.1
normal
get_ref ^0.1.0
normal
libloading ^0.7.4
normal
muzzman-lib-macros ^0.1.3
normal
rand ^0.8.5
normal
serde ^1.0.152
normal
Versions
1.72%
of the crate is documented
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
LRow
muzzman_
lib
0.3.5
LRow
Aliased Type
Trait Implementations
TGetLogger
In muzzman_
lib::
types
muzzman_lib
::
types
Type Alias
LRow
Copy item path
Source
pub type LRow =
Arc
<
RwLock
<
Location
>>;
Aliased Type
§
pub struct LRow {
/* private fields */
}
Trait Implementations
§
Source
§
impl
TGetLogger
for
LRow
Source
§
fn
get_logger
(&self, dst:
Option
<
Arc
<
Mutex
<
File
>>>) ->
Logger