Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ NotBigU64
Class
NotBigU64
components/runtime-models/src/util.rs:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
#[derive(Debug, Clone, Copy, Deserialize, Serialize, Default)]
21
pub struct NotBigU64(pub u64);
22
23
impl From<u64> for NotBigU64 {
24
fn from(value: u64) -> Self {
Callers
15
from
Method · 0.85
from
Method · 0.85
from
Method · 0.85
from
Method · 0.85
from
Method · 0.85
from
Method · 0.85
from
Method · 0.85
try_from
Method · 0.85
from
Method · 0.85
from_cache
Method · 0.85
from_partial
Method · 0.85
try_from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected