Searched defs:try_alloc_from (Results 1 – 1 of 1) sorted by relevance
69 fn try_alloc_from(value: T) -> Result<Self, AllocError>; in try_alloc_from() method73 fn try_alloc_from(s: &str) -> Result<Self, AllocError> { in try_alloc_from() method82 fn try_alloc_from(s: &[u8]) -> Result<Self, AllocError> { in try_alloc_from() method