Home
last modified time | relevance | path

Searched defs:try_alloc_from (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dalloc.rs69 fn try_alloc_from(value: T) -> Result<Self, AllocError>; in try_alloc_from() method
73 fn try_alloc_from(s: &str) -> Result<Self, AllocError> { in try_alloc_from() method
82 fn try_alloc_from(s: &[u8]) -> Result<Self, AllocError> { in try_alloc_from() method